'pip install pygame==2.0.0.dev10 not supported in python 3.8.2 version
pip install pygame==2.0.0.dev10 this package not installed in python 3.8.2 version.so when I run the gaming project so that time this error showing.instead of this I am install pip install pygame==2.0.0.dev12,this package is install but same error is showing. so can anyone give me a solution
Solution 1:[1]
As I know PyGame is support for python 3
You can try this:
pip install pygame
For more info you can read in here link
Solution 2:[2]
You could try uninstalling pygame2.0.0.dev12
by pip uninstall pygame2.0.0.dev12
And then install pygame by pip install pygame
See if it works
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | MMicls |
| Solution 2 |
