Empire
Empire copied to clipboard
Empire run error
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
Any additional information
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
Im tryied python2 but it is not working