Hi everyone,
I’m new to python and to programming in general. I’m in the process of learning python with the pyo module. I have python 3.11 on osx 12.5, and when i try to install pyo using pip, i have the following error :
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: Failed building wheel for pyo
Failed to build pyo
ERROR: Could not build wheels for pyo, which is required to install pyproject.toml-based projects
Any idea ?
Thanks in advance.