You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've had a few issues where users with existing environments that includes napari try to pip install recOrder-napari then get cryptic errors. For example,
@ahillsley can you confirm that you ran into this issue from a PyPI installation? If yes, I'll close this issue. (This also means we're overdue for a stable release).
We've had a few issues where users with existing environments that includes napari try to
pip install recOrder-napari
then get cryptic errors. For example,leads to
and
pip uninstall PyQt5
does not fix the issue...instead causingqtpy.QtBindingsNotFoundError: No Qt bindings could be found
.Instead, we can fix the issue with
pip install napari[pyqt6]
. I am planning to update the RuntimeError message to reflect this.The text was updated successfully, but these errors were encountered: