brainglobe / brainrender

a python based software for visualization of neuroanatomical and morphological data.
https://brainglobe.info/documentation/brainrender/index.html
BSD 3-Clause "New" or "Revised" License
540 stars 75 forks source link

`pyside2` installation fails on Windows CI with python 3.11 #258

Closed alessandrofelder closed 9 months ago

alessandrofelder commented 10 months ago
ERROR: Could not find a version that satisfies the requirement pyside2 (from versions: none)

ERROR: No matching distribution found for pyside2

https://github.com/brainglobe/brainrender/actions/runs/6653756271/job/18080427079?pr=254

alessandrofelder commented 10 months ago

Looks like this is because of the unavaibility of pyside2 for python 3.11. https://github.com/PySimpleGUI/PySimpleGUI/issues/6404

we may need to remove GUI support?

alessandrofelder commented 10 months ago

See also discussion on napari GH: https://github.com/napari/napari/issues/6381

alessandrofelder commented 10 months ago

A workaround here may be to conda install -c conda-forge pyside2

alessandrofelder commented 9 months ago

We've switched to pyqt5 backend and are not planning long-term GUI support here (as we're moving to brainrender-napari)