Error installing python library

Asked

Viewed 1,391 times

0

I’m having a problem trying to install the library pyaudio in Windows. The following result appears:

Command "c: users digia appdata local Programs python python37-32 python.exe -u -c "import setuptools, tokenize;file='C: Users digia Appdata Local Temp Pip-install-cdsxn7hr Pyaudio setup.py';f=getattr(tokenize, 'open', open)(file);code=f. read(). replace(' r n', ' n');f. close();exec(Compile(code, file, 'exec'))" install --record C: Users digia Appdata Local Temp Pip-record-cyh5ewvi install-record.txt --single-version-externally-Managed --Compile" failed with error code 1 in C: Users digia Appdata Local Temp Pip-install-cdsxn7hr Pyaudio\

What I do?

  • What commands did you execute to get to this error? Which directory? Where did you download the library?

1 answer

0


You will have to download the installer and install manually, unfortunately windows does not support many python libs, I strongly recommend using linux-based systems, more to solve your problem, download and install it:

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

and try to import into your projects

Browser other questions tagged

You are not signed in. Login or sign up in order to post.