Open glaubitz opened 5 months ago
Can confirm this fixes #276. I was having an issue installing pyo
on macOS Sononma (14) because there isn't a pre-built wheel on PyPi. So pip/poetry would attempt to compile locally fail because of #276.
I was not able to test that OSC
functionality did not change as a result of this PR. But at least the install is fixed. I was able to build a wheel locally and install from that wheel.
Fixes #276