[GH-ISSUE #25] ImportError: No module named pip._internal #23

Closed
opened 2026-03-03 15:56:48 +03:00 by kerem · 3 comments
Owner

Originally created by @phyohan18 on GitHub (Nov 26, 2020).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/25

Trying to install Cloudmare by typing "python Cloudmare.py -hh"

And like that appear

Traceback (most recent call last):
File "Cloudmare.py", line 9, in
from lib.parse.cmdline import parser_cmd
File "/home/peter/Cloudmare/lib/parse/cmdline.py", line 9, in
from lib.parse.settings import PYVERSION
File "/home/peter/Cloudmare/lib/parse/settings.py", line 12, in
from pip._internal import main as pip
ImportError: No module named pip._internal

(P.S i'm using Kali Linux Lates Version)

Originally created by @phyohan18 on GitHub (Nov 26, 2020). Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/25 Trying to install Cloudmare by typing "python Cloudmare.py -hh" And like that appear Traceback (most recent call last): File "Cloudmare.py", line 9, in <module> from lib.parse.cmdline import parser_cmd File "/home/peter/Cloudmare/lib/parse/cmdline.py", line 9, in <module> from lib.parse.settings import PYVERSION File "/home/peter/Cloudmare/lib/parse/settings.py", line 12, in <module> from pip._internal import main as pip ImportError: No module named pip._internal (P.S i'm using Kali Linux Lates Version)
kerem closed this issue 2026-03-03 15:56:48 +03:00
Author
Owner

@mrh0wl commented on GitHub (Nov 27, 2020):

python 2 came to the end of its life. So they removed pip from the latest kali only pip3 available but you can manually install pip.
Installing with get-pip.py

Or you can use 'python3 -hh' instead of 'python -hh'

<!-- gh-comment-id:734984524 --> @mrh0wl commented on GitHub (Nov 27, 2020): python 2 came to the end of its life. So they removed pip from the latest kali only pip3 available but you can manually install pip. Installing with get-pip.py Or you can use 'python3 -hh' instead of 'python -hh'
Author
Owner

@tylerjkline commented on GitHub (Nov 28, 2020):

python 2 came to the end of its life. So they removed pip from the latest kali only pip3 available but you can manually install pip.
Installing with get-pip.py

Or you can use 'python3 -hh' instead of 'python -hh'

I can confirm using python3 resolves the issue.

<!-- gh-comment-id:735295527 --> @tylerjkline commented on GitHub (Nov 28, 2020): > python 2 came to the end of its life. So they removed pip from the latest kali only pip3 available but you can manually install pip. > Installing with get-pip.py > > Or you can use 'python3 -hh' instead of 'python -hh' I can confirm using python3 resolves the issue.
Author
Owner

@tylerjkline commented on GitHub (Nov 28, 2020):

Solved — #26

<!-- gh-comment-id:735298108 --> @tylerjkline commented on GitHub (Nov 28, 2020): Solved — #26
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cloudmare#23
No description provided.