We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0
Kali Rolling
The setup does not install the necessary python3 packages. On my system, pip links to pip2 and not pip3.
Many python3 packages were still missing after running setup.py successfully.
Running pip3 install -r setup/requirements.txt solved the issue.
The text was updated successfully, but these errors were encountered:
@Z6543 we are aware of the issue and are working to resolve
Sorry, something went wrong.
@Z6543 I have pushed a new install.sh to the bug fixes branch that resolves this issue
fix empty comment crash bug (#47)
ef5711e
No branches or pull requests
Empire Version
3.0
OS Information (Linux flavor, Python version)
Kali Rolling
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
The setup does not install the necessary python3 packages. On my system, pip links to pip2 and not pip3.
Screenshot of error, embedded text output, or Pastebin link to the error
Many python3 packages were still missing after running setup.py successfully.
Any additional information
Running pip3 install -r setup/requirements.txt solved the issue.
The text was updated successfully, but these errors were encountered: