Trouble trying to get started with pygame
MRAB
python at mrabarnett.plus.com
Wed Nov 6 22:34:16 EST 2019
On 2019-11-07 02:26, originallmoney at gmail.com wrote:
>> Can py find Python?
>>
>> Did you try to install pygame with:
>>
>> py -m pip install pygame
>
> 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?
More information about the Python-list
mailing list