I have Anaconda 1.6.2, which uses Python 2.7.5, installed on a Windows 7 64-bit system. I need to install Pygame 1.9.1
Anaconda 1.6.2
Python 2.7.5
Windows 7 64-bit
Pygame 1.9.1
For anyone with a Linux computer I found a link that might be helpful:
https://anaconda.org/tlatorre/pygame
run this command in your terminal :
conda install -c tlatorre pygame=1.9.2
Then close Spyder and restart it