M
M
Modern_Man2019-02-06 19:50:36
Python
Modern_Man, 2019-02-06 19:50:36

How to install PyAudio library on Windows 10?

Windows 10, python 3.7.2, pip 19.0.1;
I downloaded python from the site, installed it, then I updated pip, then I tried to download the matplotlib library - everything is successful, but pyaudio is showing off something, how can I fix the error?
5c5b104864446912247342.png5c5b105072c0b501033005.png5c5b1057a7387951246898.png

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
sim3x, 2016-07-15
@sim3x

with open('grafinfo.txt', 'w') as outfile:
    result = {}
    for key in eventlvl: #eventlvl это масив строк
        value = len(db.events.distinct("uid", {"eventName" : key}))
        result.update({key : value})
        json.dump(result, outfile, ensure_ascii=False)

A
Astrohas, 2019-02-06
@Astrohas

Install Microsoft Visual C++ 14.00 there you even have a link on the second screen

V
Vladimir Kuts, 2019-02-06
@fox_12

Install from here:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question