+ 7
Broken Python
I downloaded Pygame through cmd prompt and it worked fine. After downloading, it said that pip is outdated. I typed the recommended command, but now if I try to install MatPlotLib it says "pip" is not recognised as an internal or external command, operable system or3 batch file". I checked the path (echo %PATH%) and sure enough Python 37-32\Scripts is there. Why is this happening? I tried typing "python -m pip" but it comes with an "import certificateError"
8 odpowiedzi
+ 4
Sorry for the late reply, yes I will try that. I will get back to in a few hours hopefully. Depends how my schedual turns out.
+ 4
Still not working. It says
importError: cannot import name "CertificateError" from [MY PIP PATH] unknown location
+ 3
It says no such file or directory
+ 3
I used
easy_install pip
when I type pip, the original "command does not exist" error is replaced with "importError: cannot import name CertificateError"
+ 2
Did you try :
py -3 -m pip install...
0
Is pip.exe in Python\Scripts?
If yes, write :
python.exe "path of pip.exe" install MatPlotLib
0
"full path of python.exe" "full path of pip.exe" install MatPlotLib. Maybe
0
I'm sorry, I don't know what to do...