Open samarth-23 opened 3 years ago
I had this problem. Just create a virtual enviroment. Type: pip3 install virtualenv Cd into the folder of the repo. Type: virtualenv venv Type:source venv/bin/activate Than install from requirements.txt. Hope that helped! Ps if you're using a shell like fish or something, type activate.fish instead of activate.
nmap is one of the dependencies, to install it on e.g. Ubuntu just use sudo apt-get install nmap
. After installing it, the error shouldn't come up again.
No module named 'nmap'