Reputation: 303
I've downloaded the pygame-1.9.2a0-cp34-none-win_amd64.whl file and attempted to install it by doing the following:
pip install pygame-1.9.2a0-cp34-none-win_amd64.whl
in cmdpygame-1.9.2a0-cp34-none-win_amd64.whl is not a supported wheel on this platform
.I've heard that you have to install the 32-bit version of Python to install Pygame, but that seems like a huge pain and I'd rather not have more headaches after hours of attempting to install Pygame.
I have 64-bit Windows 8.1 Pro and Python 3.4.3. How can I install Pygame?
Upvotes: 0
Views: 1424
Reputation: 21
I think this should help
https://www.webucator.com/blog/2015/03/installing-the-windows-64-bit-version-of-pygame/
Although the Kiwi might be more interesting for you.
Upvotes: 1