After testing the installation on several machines & systems, it has become clear that pyliblo and liblo are extremely unreliable. Some attempts led to hours until the python-supercollider dependencies were installed and not crashing. Additionally, some Apple Silicon devices didn't work, despite several attempts.
This asks for a change on how messages are sent to supercollider.
Two ideas:
-
- Completely change the Python -> Supercollider framework used (
sc3 is an option).
-
- Fork and change
python-supercollider, removing pyliblo as the dependency for OSC messaging. python-osc could be used instead. Then, either pull request or publish as a new packege.
After testing the installation on several machines & systems, it has become clear that
pylibloandlibloare extremely unreliable. Some attempts led to hours until thepython-supercolliderdependencies were installed and not crashing. Additionally, some Apple Silicon devices didn't work, despite several attempts.This asks for a change on how messages are sent to supercollider.
Two ideas:
sc3is an option).python-supercollider, removingpylibloas the dependency for OSC messaging.python-osccould be used instead. Then, either pull request or publish as a new packege.