Skip to content
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

Fix pyqt error on macos-14 (macos-latest) #595

Conversation

GenevieveBuckley
Copy link
Collaborator

Problem

Closes #558

Tests were failing on the macos-latest github runner (which currently runs the macos-14 M1 Mac image). The cause of this appears to be that pyqt was first being installed by conda/micromamba, then pip was uninstalling that and re-installing another pyqt. Something is wrong with the pyqt from pip, and it causes errors on M1 Mac machines.

Fix

The simplest solution is to remove napari[all] from the requirements-dev.txt file, so that pip does not try to uninstall the existing version of pyqt. All the github actions tests now finish without errors.

Copy link
Contributor

@constantinpape constantinpape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @GenevieveBuckley !

@constantinpape constantinpape merged commit d6c7422 into computational-cell-analytics:master May 8, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix tests on macos-14 (currently the macos-latest github runner)
2 participants