question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error: /usr/bin/python: No module named pip

See original GitHub issue

Checklist 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:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
omarbakeercommented, Jun 17, 2017

@k4m4 it worked man (Y) thanks

1reaction
k4m4commented, Jun 17, 2017

Try running $ sudo python2 kickthemout.py. @omarbakeer

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found