My prefered IDE for python is spyder and I want to start getting into pygame however when I import the module I get this error. I have tried clicking the link and following the instructions but this didnt wok for me. Does anyone know of a way to get pygame working in Spyder?
Asked
Active
Viewed 131 times
0
-
2have you installed `pygame`? if you have, are you running this code in the same environment where you installed `pygame`? – Matiiss Dec 21 '21 at 17:17
-
I installed Pygame using the pip install command in command prompt. I'm not sure if it running in the same environment, how can I check; and if it's not how can I install it in the right environment? – 8abu_Frik Dec 22 '21 at 18:59
-
(*Spyder maintainer here*) Why did not following our instructions work for you? Please be more specific about it. – Carlos Cordoba Dec 30 '21 at 01:03
-
Please provide enough code so others can better understand or reproduce the problem. – Community Jan 02 '22 at 14:41