Error installing python library

0

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

  

Command   "c: \ users \ digia \ appdata \ local \ programs \ python \ python37-32 \ python.exe   C: \ Users \ Dig \ 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 do I do?

    
asked by anonymous 13.08.2018 / 21:55

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 this:

link

and try to import into your projects

    
14.08.2018 / 02:12