mirror of
https://github.com/mrh0wl/Cloudmare.git
synced 2026-04-27 02:35:52 +03:00
[GH-ISSUE #25] ImportError: No module named pip._internal #23
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloudmare#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)
@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'
@tylerjkline commented on GitHub (Nov 28, 2020):
I can confirm using python3 resolves the issue.
@tylerjkline commented on GitHub (Nov 28, 2020):
Solved — #26