mrh0wl / Cloudmare

Cloudflare, Sucuri, Incapsula real IP tracker.
Other
1.27k stars 194 forks source link

ImportError: No module named pip._internal #25

Closed phyohan18 closed 3 years ago

phyohan18 commented 3 years ago

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 3 years ago

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 3 years ago

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.

tylerjkline commented 3 years ago

Solved — #26