Answer the question
In order to leave comments, you need to log in
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?
Answer the question
In order to leave comments, you need to log in
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)
Install Microsoft Visual C++ 14.00 there you even have a link on the second screen
Install from here:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question