belangeo / pyo

Python DSP module
GNU Lesser General Public License v3.0
1.28k stars 130 forks source link

pip install error #234

Closed muji-ej closed 2 years ago

muji-ej commented 2 years ago

Having an issue with installing through pip on Mac.

In file included from src/engine/ad_portaudio.c:21: include/ad_portaudio.h:25:10: fatal error: 'portaudio.h' file not found

include "portaudio.h"

           ^~~~~~~~~~~~~
  1 error generated.
  error: command '/usr/bin/clang' failed with exit code 1
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure

belangeo commented 2 years ago

Python 3.10? There are no wheels yet for 3.10...

muji-ej commented 2 years ago

Issue resolved had to install:

Going to check on PyCharm with 3.9 interp.

muji-ej commented 2 years ago

Worked