Kay Hayen
Kay Hayen
If at all under your control, make sure to use PySide6, it's far better supported.
Plus the copying is not really enough in the general cased, esp. outside of Windows, we will have to make a plugin update there, but as you know @OualidSai I...
I am confused about this one, I assumed this was about Qt plugins in the cv2 wheel, but I did not immediately see them now. Is this using a Qt...
Ah, got it, this is only done on Linux, and it is only the platforms plugin for X11. One weakness of my WSL setup is that I have no GUI...
Thanks for the pretty much perfect report. Turns out, 3 things had to be done, which are all encapsulated in this yaml and are also part of the original report:...
I got report, that this doesn't work with Anaconda on Linux yet, but only PyPI package so far. I will try and add that as well.
This is part of the stable release 1.1 that I just made, but Anaconda will need more work, shifted to 1.1 hotfix.
Since with wheels, file reference mode ought to be `runtime` the re-formulation and the `ExpressionModuleAttributeFileRef` seem out of the question. I think the code that builds the package, wants to...
I thought pyarrow works,can you try with CPython, just to check if it is related to using Anaconda?
Conda, much like Debian modifies software a lot. One goal is to make environments share stuff. So Anaconda will put libraries into unexpected places, hard code their loading, expect or...