error: /usr/bin/python: No module named pip
See original GitHub issueChecklist for submitting an issue to KickThemOut
:
-
I have carefully read the README file and haven’t managed to resolve my issue.
-
I have searched the issues of this repo and believe that this is not a duplicate.
-
I am running the latest version of KickThemOut.
-
OS name & version: Linux 14.04
-
Python version: both 2.7 and 3.5
-
Scapy version: 2.2.0
-
Nmap version: 6.40
running this code:
$ sudo python -m pip install -r requirements.txt
gets me this error:
/usr/bin/python: No module named pip
I know python 2.7 is required to run this command, but I already have it, now how can I solve that issue ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
ImportError: No module named pip - python - Stack Overflow
With macOS 10.15 and Homebrew 2.1.6 I was getting this error with Python 3.7. ... _internal.cli.main import main ModuleNotFoundError: No module named 'pip'....
Read more >ModuleNotFoundError: No module named 'pip' in Python
The Python "ModuleNotFoundError: No module named 'pip'" occurs when pip is not installed in our Python environment. To solve the error, ...
Read more >usr/bin/python: No module named pip error when trying to use ...
In Ubuntu, the pip module is not default-installed or default-available - it needs to be installed by running one of the following commands:...
Read more >python 3.8 'No module named pip' - Biostars
I'm trying to install biopython on my Mac (python 3.8) using pip but get the error message 'No module named pip'. How do...
Read more >[Fixed] ModuleNotFoundError: No module named 'pip' - Finxter
Open File > Settings > Project from the PyCharm menu. · Select your current project. · Click the Python Interpreter tab within your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@k4m4 it worked man (Y) thanks
Try running
$ sudo python2 kickthemout.py
. @omarbakeer