[BUG] cellfinder_view error: ModuleNotFoundError: No module named 'napari.qt'
See original GitHub issueDescribe the bug When I run “cellfinder_view”, it throws an error:
ModuleNotFoundError: No module named 'napari.qt'
To Reproduce Please enter full details of how to reproduce this bug.
Opens a new window
Log file
(cellfinder) C:\Users\7057mehrav>cellfinder_view
Traceback (most recent call last):
File "c:\users\7057mehrav\appdata\local\continuum\anaconda3\envs\cellfinder\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\7057mehrav\appdata\local\continuum\anaconda3\envs\cellfinder\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\7057mehrav\AppData\Local\Continuum\anaconda3\envs\cellfinder\Scripts\cellfinder_view.exe\__main__.py", line 4, in <module>
File "c:\users\7057mehrav\appdata\local\continuum\anaconda3\envs\cellfinder\lib\site-packages\neuro\visualise\viewer.py", line 23, in <module>
from neuro.visualise.napari_tools.callbacks import display_brain_region_name
File "c:\users\7057mehrav\appdata\local\continuum\anaconda3\envs\cellfinder\lib\site-packages\neuro\visualise\napari_tools\callbacks.py", line 3, in <module>
from napari.qt.threading import thread_worker
ModuleNotFoundError: No module named 'napari.qt'
Desktop (please complete the following information):
- Windows 10
I have updated cellfinder and made sure that napari and pyside2 are installed.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
[BUG] cellfinder_view error: ModuleNotFoundError: No ...
Describe the bug When I run "cellfinder_view", it throws an error: ModuleNotFoundError: No module named 'napari.qt' To Reproduce Please ...
Read more >Error while importing installed modules (Napari) that are ...
Today we learn how to install and use Napari. ... line 1, in <module> import napari ModuleNotFoundError: No module named 'napari'.
Read more >Best practices - Napari
This is important! Napari supports both PyQt and PySide backends for Qt. It is up to the end-user to choose which one they...
Read more >ModuleNotFoundError: No module named 'napari'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'napari' How to remove the ModuleNotFo.
Read more >What does this napari and pyQT5 installation and compatibility ...
I am experiencing a compatibility issue with napari and pyqt5, ... I do not know why, but anaconda comes with the very old...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same error. Updating and explicitly installing the required dependencies didn’t help either. So I removed the virtual environment, created a new one, re-installed cellfinder from scratch and now it’s all good. 😃
Nevermind, it worked. thank you! I will close this now.