Vladimir Bodnartchouk

Results 3 comments of Vladimir Bodnartchouk

thank you! looks like portaudio was also missing, so i've installed it: ``` brew install portaudio --HEAD ``` I'm running the following code: ``` from pyo import * pyoServer =...

Just had the same issue with python 3.11: ``` % python3 -c "import open3d as o3d; print(o3d.__version__)" 0.18.0 % python3 -c "import open3d as o3d; \ mesh = o3d.geometry.TriangleMesh.create_sphere(); \...

It worked for me by updating the following libs: ``` librosa==0.10.0.post2 numpy>=1.24 soundfile==0.12.1 ``` There is also a small fix to do in the python script, fix the first named...