-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to fix failing CI tests #221
Conversation
Sphinx docs
Temporary fix for issue imageio/imageio-ffmpeg#71
…tforms it won't run on)
…test arm64 runner.
…s for mac arm64 not available via imageio[ffmpeg] plugin
include_package_data = True | ||
install_requires = | ||
imageio | ||
imageio-ffmpeg | ||
imageio[ffmpeg] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be functionally equivalent, but fewer CI jobs failed when imageio & ffmpeg were installed as a single step.
…le Silicon macos arm64
…y on Apple Silicon macos arm64" This reverts commit 1c3684b.
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). Fixes here: #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: