Replies (14)

No chance. I tried importing pyo it it was basically impossible. Ended up in a shit show, conda, multiforge and all this other bullshit. Never managed to import pyo
Python libraries are a shitshow, i'm sorry 😣. Even worse on windows. There's some weird alchemy we all do to break through it finally working but none of us know how it works or how we got there. I use conda/mamba. When that's installed, my juju is ``` mamba create -n nameofproject python=3.11 mamba activate nameofproject mamba install library1 library2 # or, if it doesn't work with mamba install, use pip pip install library3 library4 ```
Honestly I shouldn't have tried conda, I also don't know where it all goes lol. Or how to Get it lol. Conda seems to go somewhere different to pip and I have to do something else in vscode. And ultimately I just stop caring cos it's such bullshit that it's really not worth the effort. It's all such utter shit. Devs should starve.
I actually was using Grok to help me with install. It worked with pygame. But it was totally sending me round the houses with pyo. It constantly for things wrong. And I don't know what I'm doing, which makes it worse
Yeah, the llm points you one way, and when you get stuck go to the docs. Copy the error into a search engine, someone from stack overflow or a github comment would give you a hint into solving it. Or a new chat to start a conversation fresh