reconspider
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'
raceback (most recent call last):
File "/root/reconspider/setup.py", line 3, in
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.