Multiple problems with Python 3.7 under Windows 7 Home Premium

Terry Reedy tjreedy at udel.edu
Sat Sep 22 00:33:01 EDT 2018


On 9/21/2018 8:57 PM, MRAB wrote:
> On 2018-09-22 01:02, Michael Torrie wrote:
>> On 09/21/2018 07:22 AM, Spencer Graves wrote:
>>> PYTHON - M PIP INSTALL PYAUDIO
>>>
>>>
>>>        "python -m pip install pyaudio" stopped with 'error: Microsoft 
>>> visual C++14.0 is required.  Get it with "Microsoft Visual C++ Build 
>>> Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools".
>>
>> You're going to want to wait until binary wheels of pyaudio for Python
>> 3.7 and Windows 64-bit land in the PyPI repository.  Unless you're
>> already a visual studio user and have the where with all to build it
>> from source.  Python 3.7 is a recent release, so I'm not surprised that
>> some packages don't yet have binary wheels in the repository.
>>
> Christoph Gohlke's site appears to have a binary release for Python 3.7:
> 
> https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio

As I remember, he was building binaries for the 300 packages on the site 
well before the 3.7.0 release.

-- 
Terry Jan Reedy





More information about the Python-list mailing list