[Distutils] Python 3.8

2019-11-13 Thread Шехматов С . В .
Здравствуйте, Distutils-sig. That is what i have after attempt to install pygame module in Python 3.8. c:\Users\AMD\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0>pip3.8 install pygame Collecting pygame Using cached

[Distutils] Re: Python 3.8

2019-11-13 Thread Tzu-ping Chung
Hi, The error happens when pip tried (and failed) to build pygame from source. It does not happen on 3.7 because pygame published binary releases for it, so pip does not need to build it for 3.7. Pygame just published binaries for 3.8 yesterday, and the static file server may need some time to