Pyo 1.0.6 ready for testing #293
Replies: 6 comments 13 replies
-
|
How about building from source? Can't seem to be able to do this on Debian 12. When typing |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Mmm... Some documentation for the |
Beta Was this translation helpful? Give feedback.
-
I'm on it! |
Beta Was this translation helpful? Give feedback.
-
|
Tried on an anaconda installation with pip and I get this error when launching a pyo script /opt/anaconda3/bin/pythonw /Users/yanmaresz/kDrive/Dev/Python/Python-Yan/Pyo-code/examples/01-intro/02-sine-tone.py |
Beta Was this translation helpful? Give feedback.
-
|
I don't understant how you guys install pyo. 10.5 clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /opt/anaconda3/include -arch arm64 -fPIC -O2 -isystem /opt/anaconda3/include -arch arm64 -DUSE_PORTAUDIO -DUSE_PORTMIDI -DUSE_OSC -Iinclude -I/usr/local/Cellar/liblo/0.31/include -I/usr/local/Cellar/libsndfile/1.2.0/include -I/usr/local/Cellar/portaudio/19.7.0/include -I/usr/local/Cellar/portmidi/2.0.4/include -I/opt/anaconda3/include/python3.12 -c src/engine/ad_portaudio.c -o build/temp.macosx-11.1-arm64-cpython-312/src/engine/ad_portaudio.o -Wno-strict-prototypes -Wno-strict-aliasing -O3 -g0 -DNDEBUG
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: Failed building wheel for pyo
Running setup.py clean for pyo
Failed to build pyo
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyo)it tries to buuild from sources every time even though I give the right pip line. 10.6 /opt/anaconda3/bin/pythonw: line 3: 54527 Killed: 9 /opt/anaconda3/python.app/Contents/MacOS/python "$@" Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
A new version of pyo (1.0.6) has been uploaded on testpypi:
https://test.pypi.org/project/pyo/#files
You can install with
pip:pip install -i https://test.pypi.org/simple/ pyoThis version offers wheels for python 3.9 to 3.13, for these platforms:
I'd like to gather feedback for the various platform/version combinations before making an official release (1.0.7) in a couple of weeks.
Cheers,
Olivier
Beta Was this translation helpful? Give feedback.
All reactions