Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Empire run error #1383

Open
anukiller opened this issue Jan 15, 2020 · 2 comments
Open

Empire run error #1383

anukiller opened this issue Jan 15, 2020 · 2 comments

Comments

@anukiller
Copy link

anukiller commented Jan 15, 2020

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

@gladiatorgiftson
Copy link

gladiatorgiftson commented Jan 17, 2020

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

@anukiller
Copy link
Author

Im tryied python2 but it is not working

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants