Anyone gotten 5.0.0 to build on Ubuntu 24.10 or 24.04? or Kali? I cannot. #3126
Unanswered
cyberautomate
asked this question in
Q&A
Replies: 3 comments 3 replies
|
Have you installed nodejs and npm? |
0 replies
|
You will find the Ubuntu 24.04 installation instructions in the Dockerfile. |
2 replies
|
Use virtual env for python: python3 -m venv .venv source .venv/bin/activate This modifies your PATH environment variable to include .venv/bin/. Now you can install PyPI packages using pip into your virtual environment (in this case .venv/) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm following the readme here, This is the first error I get.
My process to fix.
virtualenv venvsource venv/bin/activatepip3 install -r requirements.txt, that completed with no errors.python3 server.py --insecure --buildand get the error below.I get the same error on Ubuntu 24.10 / 24.04, and Kali 2024.4
Any thoughts will be greatly appreciated.
All reactions