-
-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
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
Issue with nmap import. #71
Comments
I encountered the same issue. I was pulling my hair out (not really) so I decided to look at the README.md file again. Open terminal and paste the following commands :
|
I did all the steps that you wrote above, but the issue remains. |
Delete all versions of python. Install version 3.12, then pip install python-nmap |
This Can be Solved by Using a virtual environment and then installing nmap in it since you are getting "no module found" [1] use these if you already have python3 and pip installed in their required versions
[2]Now always activate the environment before starting "python3 phonesploitpro.py", do;
[3]Lastly lets install nmap-module
That all, don't forget to always activate the environment(method 2 above) before stating. |
Running the script sends a error stating that python can't find the nmap module.
After a brief lookup, nmap is installed globally as well as python-nmap and their paths are working.
I tried reinstalling nmap and python-nmap but the problem persists.
The text was updated successfully, but these errors were encountered: