Pip Install Eoferror
I am using windows 10 and recently updated to python 3.8. I'm trying to install pygame on the new version and tried py -m pip install -U pygame --user but got this error: ERROR
Solution 1:
welcome to Stack Overflow. We are glad to have you here. Sadly, I don't think pygame is very reliable with 3.8 at the moment. I would recommend downgrading back to 3.7 and installing with pip there.
Good luck!
Solution 2:
Unable to install pygame on Python 3.8 via pip (Windows 10) Use the answer at the bottom for installing it. It'll be a little complex but follow the steps carefully. If you skip one part, you might get an error. It'll be in pygame 2.0.0 so you probably need to update your code.
Post a Comment for "Pip Install Eoferror"