Closed GenevieveBuckley closed 5 months ago
Turns out you can run the PySide tests on Windows (possibly the napari discussion was a bit confused by the fact PySide requires python<=3.10). Also turns out, it's relatively easy to fix the ffmpeg install problem on Apple Silicon mac as well.
Fixes here: https://github.com/napari/napari-animation/pull/222
This PR:
pip install imageio[ffmpeg]
also does not include the ffmpeg binary for Apple Silicon mac (but imageio can still work if you install ffmpeg separately)napari is experiencing CI failures with PySide backends on Windows platforms for all versions of python, and on all platforms with python greater than 3.10. Also, PySide2 is not currently available for macos arm-64 machines.
Python 3.11 PySide problems:
Windows PySide problems:
Previously: