Empire icon indicating copy to clipboard operation
Empire copied to clipboard

Empire run error

Open anukiller opened this issue 5 years ago • 2 comments

Empire Version

Latest version

OS Information (Linux flavor, Python version)

Python3 Termux

Expected behavior and description of the error, including any actions taken

python3 empire File "empire", line 35 print '[] Fresh start in docker, running reset.sh for you' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('[] Fresh start in docker, running reset.sh for you')?

Screenshot of error, embedded text output, or Pastebin link to the error

Screenshot_20200116-003855

Any additional information

anukiller avatar Jan 15 '20 19:01 anukiller

emipre is based on pure python 2 you are trying to run with python3 so instead try running python 2 and your requirements is not installed sucessfully run this command to update requirements pip install --upgrade -r requirements.txt this will do the trick

gladiatorgiftson avatar Jan 17 '20 07:01 gladiatorgiftson

Im tryied python2 but it is not working

anukiller avatar Jan 17 '20 07:01 anukiller