belangeo / pyo

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

pyo legacy-install-failure #269

Open pranetksharma opened 1 year ago

pranetksharma commented 1 year ago

Hi,

I have been attempting to install pyo on my machine (Python 3.10.11) using pip install pyo and I am consistently running into an issue which halts the installation process completely. I have attached the error message here.

Would appreciate insight into how to fix this issue.

pyo install error
belangeo commented 9 months ago

There are wheel files for python 3.10, so pip should not download the sources and try to build pyo, it should just install the binaries. Maybe it's an old download, have you clean the pip's cache? Is it on an Intel or an ARM processor?