+ 1
Problem with downloading module through pip (python3)
Sorry if this isn't the right place to ask this question, but the actual pyinstaller forums havent had any answers on peoples questions since like may... But anyway, I have downloaded pygame, numpy, py2exe, etc. with ease in command prompt (Windows 10), but once I get to pyinstaller, there is an error installing it. Im not sure if this is a bug on their end or something im doing wrong. Here is an image of the error: https://imgur.com/a/uhY2oVk Thanks.
2 Answers
+ 2
Try to run pip as administrator
0
Etabeta1đźđč
Ok, ill try that...