I installed pygame using pip, but when i try to import it, it gives me this error. What could be the possible problem ?
*update, i downloaded a 32 bit version of pygame, extract it to python directory\Lib\site-packages and it's working now
I installed pygame using pip, but when i try to import it, it gives me this error. What could be the possible problem ?
*update, i downloaded a 32 bit version of pygame, extract it to python directory\Lib\site-packages and it's working now
This happens when the bits of python you are working and the package doesn't match. It seems you are working in a 64-bit python and you have installed 32-bit python pygame package. you can find the 64-bit pygame package here