Re: [pygame] pygame install error with python 3.8.0

2019-11-12 Thread Suresh George
Thanks Thomas On Sat, Nov 9, 2019 at 3:14 AM Thomas Kluyver wrote: > The stable release of pygame (1.9.6) isn't built for Python 3.8, so pip > tries to build it from source, which fails. There are three options to work > around that: > > 1. Use Python 3.7 for now > 2. Install a pre-release versi

Re: [pygame] pygame install error with python 3.8.0

2019-11-09 Thread Thomas Kluyver
The stable release of pygame (1.9.6) isn't built for Python 3.8, so pip tries to build it from source, which fails. There are three options to work around that: 1. Use Python 3.7 for now 2. Install a pre-release version of pygame 2, with "pip install --pre pygame" 3. Get the necessary tools and li

[pygame] pygame install error with python 3.8.0

2019-11-08 Thread Suresh George
Hi, Greetings. I tried to install pygame, using pip install pygame, on my windows 10 running python 3.8.0. But it fails with the following error messages Can you please help how to fix this issue and steps to follow for a successful pygame installation on my PC. ERROR: Command errored out wi