belangeo / pyo

Python DSP module
GNU Lesser General Public License v3.0
1.31k stars 131 forks source link

python3.9: undefined symbol: shm_unlink #205

Closed pavakhov closed 3 years ago

pavakhov commented 3 years ago

Importerror for pyo: _pyo.cpython-39-x86_64-linux-gnu.so: undefined symbol: shm_unlink

Debian testing recently updated to python3.9.

Thanks all

belangeo commented 3 years ago

Can you compile again with the latest source. I added the rt library to the linker on linux, that should fix the problem.

pavakhov commented 3 years ago

That seems to work, and Cecilia works as well. I assume the "Debian Testing" team/project will pull the update automatically Thank you

belangeo commented 3 years ago

You're welcome! I'll add wheels for python 3.9 in the next release.