Trouble trying to get started with pygame

René Dudfield renesd at gmail.com
Thu Nov 7 01:21:05 EST 2019


Hi,

either use python 3.7, or use the pre-release of pygame 2.
py -m pip install pygame==2.0.0.dev6

We're not going to do a python 3.8 release for pygame 1.9.x


cheers,





On Thu, Nov 7, 2019 at 7:06 AM <originallmoney at gmail.com> wrote:

> > > Well, "py -m pip install pygame" has come the closest so far to
> working. I saw it try to load it and everything, but then, it spat out a
> series of errors, but, the primary one seemed to be this:
> > >
> > > WARNING, No "Setup" File Exists, Running "buildconfig/config.py"
> > >
> > How about downloading the wheel from Christoph Gohlke's site and using
> > pip on that, as I suggested on 2019-11-01?
>
> What's the difference in syntax? Because, I DID notice that it seemed to
> be trying to open the other Pygame I had (The tar.gz version), so, I'm
> imagining there would be some difference somewhere. Or, could I simply
> switch out the tar.gz version with the wheel version inside the folder?
> --
> https://mail.python.org/mailman/listinfo/python-list
>


More information about the Python-list mailing list