|
Every time I see these things, they look cool as hell, I get excited, then I try to get them working on my gaming PC (that has the GPU), I spend 1-2h fighting with python and give up. Today's issue is that my python version is 3.12 instead of <3.12,>=3.9. Installing python 3.11 from the official website does nothing, I give up. It's a shame that the amazing work done by people like the OP gets underused because of this mess outside of their control. "Just use docker". Have you tried using docker on windows? There's a reason I never do dev work on windows. I spent most of my career in the JVM and Node, and despite the issues, never had to deal with this level of lack of compatibility. |
I feel the same way when installing some python library. There's a bunch of ways to manage dependencies that I wish was more standardized.