reconspider icon indicating copy to clipboard operation
reconspider copied to clipboard

raceback (most recent call last): File "/root/reconspider/setup.py", line 3, in <module> import pip ModuleNotFoundError: No module named 'pip'

Open Garuda43 opened this issue 3 years ago • 2 comments

Garuda43 avatar Feb 11 '22 13:02 Garuda43

raceback (most recent call last): File "/root/reconspider/setup.py", line 3, in import pip ModuleNotFoundError: No module named 'pip'

Garuda43 avatar Feb 11 '22 13:02 Garuda43

Try this: Copy the raw text from this file: https://bootstrap.pypa.io/get-pip.py Save it as a python file (get-pip.py) Open the cmd window by typing 'cmd' inside of the current directory that the file you saved is in Paste in this command: python get-pip.py

lmk if it worked.

gigacodr avatar Feb 24 '22 01:02 gigacodr