-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install wasabi2d with pip (win10/python 3.10.4 64 bits) #74
Comments
Got exactly the same problem here in win11/python 3.11/pip 22.3 Output of running
|
I tried using python 3.8.10 and it worked fine. Seens to be a problem with the pygame version wasabi2d uses not supporting newer versions of python. |
py -m pip install wasabi2d
Collecting wasabi2d
Using cached wasabi2d-1.4.0-py3-none-any.whl (298 kB)
Collecting bresenham==0.2.*
Using cached bresenham-0.2.1-py3-none-any.whl (3.7 kB)
Collecting wasabi2d
Using cached wasabi2d-1.3.0-py3-none-any.whl (259 kB)
Collecting moderngl<5.6,>=5.5.4
Using cached moderngl-5.5.4.tar.gz (115 kB)
Preparing metadata (setup.py) ... done
Collecting pygame==2.0.0.dev6
Using cached pygame-2.0.0.dev6.tar.gz (3.7 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [41 lines of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
The text was updated successfully, but these errors were encountered: