Peter Sobolewski
Peter Sobolewski
That could be cool, not sure how to accomplish that. Also, at least on macOS that's not common. E.g. this is the native Twitter app. The menu item opens a...
If I do: `mamba create --name test-env2 python=3.9 pyside2` and then `pip install napari` (need to downgrade `imageio` due to a different issue) I get the same issue. There is...
making a 3.9 env (empty) `pip install pyside6` (which has arm64 wheels) `pip install napari` then downgrade imageio also doesn't work. Different error though: ``` ValueError: may only be called...
I think this is actually a vispy issue `mamba create --name test-env3 python=3.9 pyside2 vispy` and then running any vispy examples, like https://vispy.org/gallery/scene/turntable_box.html#sphx-glr-gallery-scene-turntable-box-py gives the same error. I will open...
> In general, I remember that napari 0.4.16 was bugged with PySide2. Could you check how it works with the current RC? Same error.
Thanks @andy-sweet so it seems it's a arm64 issue, interesting. (Also get mamba 🤣) I set up macOS pyside2 CI on my fork and it's fine, but a pip install...
SO the pyside2 conda-forge install arm64 macOS 12.6 does work, I can run the tetra example:
After adding `pyopengl` to the `pyside2` env, the OpenGL example also works: https://github.com/pyside/pyside2-setup/blob/5.15/examples/opengl/hellogl.py
> But this is PySide2=5.12.6 not Pyside2=5.15.6? It's Pyside2 5.15.6, the older versions are not available on conda-forge for arm64: ``` Executing the query pyside2 conda-forge/osx-arm64 No change conda-forge/noarch @...
But this is pyside2? (I have a different issue with pyside6 and vispy: https://github.com/vispy/vispy/issues/2407 )