0

I recently downloaded the unofficial 64 bit version of pygame from this site and tried installing it. While going through the process, it tells me 'Python version 2.7 required, which was not found in the registry.' and fails the installation. I'm currently running python 2.7.8 64 bit, and I don't know why it's refusing to install.

Maurdekye
  • 3,597
  • 5
  • 26
  • 43
  • Are you running on windows or linux ? is your version of python in your PATH ? try running in the terminal just "python -v" and see if it can find your version. –  Sep 24 '14 at 21:38

2 Answers2

0

Please re-install python cause I think your python has some fault. then try to install pygame again.

OR

better install pygame 32 bit.

Moddasir
  • 1,449
  • 13
  • 33
0

I had the same problem and solved it by executing a registry adding program from this post.

Community
  • 1
  • 1
Frumples
  • 425
  • 1
  • 4
  • 18