-
Notifications
You must be signed in to change notification settings - Fork 4
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
[DOC] Installing recOrder into an existing napari environment leads to cryptic errors #496
Comments
Whoops. This issue only affects the latest release of If instead you install from the main branch:
then everything works fine. @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). |
@talonchandler ,Hi Talon, this is Yuming. I am trying to use the latest release/version. But could not launch the recOrder-napari: 2nd attempt: error message: Napari itself works as normal. The old version 0.2.0 tested on 2022 works. My computer is Windows 10. Do you have any workaround? Thanks in advance! |
Hi @yuminguw. Pardon us---it seems like We've fixed this issue in our latest release candidates. I just tested |
@talonchandler thanks! Good to know. It's now working for me following the steps below: |
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: