You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: