belangeo / pyo

Python DSP module

Home Page:http://ajaxsoundstudio.com/software/pyo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyo legacy-install-failure

pranetksharma opened this issue · comments

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

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?