certsocietegenerale / fame

FAME Automates Malware Evaluation

Home Page:https://certsocietegenerale.github.io/fame/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hit issue when running webserver.py

jozzytan opened this issue · comments

Description

hit import error when running webserver and worker

Steps to Reproduce

utils/run.sh webserver.py
traceback (most recent call last):
file "webserver.py", line 4, in
import jinja2
importerror: no module named jinja2
utils/run.sh worker.py
[+] using existing virtualenv
traceback (most recent call last):
file "webserver.py", line 4, in
import requests
importerror: no module named requests

Expected behavior

[How are you expecting the application to behave?]

Actual behavior

[How is the application behaving? (include any stacktraces, logs, screenshots, etc.)]

Debug

[Include the output of utils/run.sh utils/troubleshoot.py]

Did you follow installation instructions ? It seem you do not have essential python packages in your virtualenv.

yes, python fault :) thanks