Re: Mind Monitor Python OSC Examples
Posted: Fri Jul 16, 2021 10:28 pm
Yes, I realized that the audio feedback example is the only one that has visual graphics. I'm making sure with you if this is correct. Thanks for the URL link! And yes, I found many issues inform about this MatPlotLin bug with macOS. Seems like that's going to take some time for me to find a solution.James wrote: ↑Fri Jul 16, 2021 11:48 am The MatPlotLib library is not thread safe. It works fine on Windows, but not on linux/mac, so there's a bug in there they need to fix.
https://matplotlib.org/stable/faq/howto ... th-threads
This is only used in the plotting audio feedback example.
Oh.. that is just information I'd like to update here in the case that someone works on Mac Catalina and facing the same issue. If they can't run python3 although has it installed already, which is what runs your code. They might want to check their Xcode version. [https://stackoverflow.com/questions/525 ... veloper-pa] Also, check their pip and pip3 as well. They might need "pip3 install python-osc" not regular pip.James wrote: ↑Fri Jul 16, 2021 11:48 am
If you're getting threading errors with the simple examples, then I'm not sure what's wrong sorry. I'd do a new clean install of the latest version of python.
I don't have linux/mac, so I'm not sure what you mean by xcode being an issue. I don't think xcode should affect pyton, but like I said, I don't run a mac, so I'm not sure, sorry.
Thank you very much for confirming this. !!!