[BUG] cellfinder_view throws a brainrender error "No module named 'brainrender.Utils.image"
See original GitHub issueDescribe the bug When I run cellfinder_view , I get the following error:
(cellfinder) C:\Users\Administrator>cellfinder_view
Traceback (most recent call last):
File "c:\users\administrator\miniconda3\envs\cellfinder\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\administrator\miniconda3\envs\cellfinder\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\Administrator\miniconda3\envs\cellfinder\Scripts\cellfinder_view.exe\__main__.py", line 4, in <module>
File "c:\users\administrator\miniconda3\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\administrator\miniconda3\envs\cellfinder\lib\site-packages\neuro\visualise\napari_tools\callbacks.py", line 7, in <module>
from neuro.segmentation.manual_segmentation.man_seg_tools import (
File "c:\users\administrator\miniconda3\envs\cellfinder\lib\site-packages\neuro\segmentation\manual_segmentation\man_seg_tools.py", line 15, in <module>
from neuro.visualise.brainrender_tools import (
File "c:\users\administrator\miniconda3\envs\cellfinder\lib\site-packages\neuro\visualise\brainrender_tools.py", line 3, in <module>
from brainrender.Utils.image import reorient_image, marching_cubes_to_obj
ModuleNotFoundError: No module named 'brainrender.Utils.image'
Desktop (please complete the following information): Windows 10
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[BUG] cellfinder_view throws a brainrender error "No module ...
Describe the bug When I run cellfinder_view , I get the following error: (cellfinder) C:\Users\Administrator>cellfinder_view Traceback (most ...
Read more >ModuleNotFoundError: NO module named 'brainrender.Utils'
Hello, I downloaded brainrender and bg-brainrender-gui and wanted to open the brainrender-gui, but I get this error.
Read more >ModuleNotFoundError: No module named 'brainrender'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'brainrender' How to remove the Module.
Read more >brainrender - PyPI
Brainrender. Python Version PyPI Build Status License: GPL v3 Coverage Status Code style: black !! NOTE: you're looking at brainrender v2.0 We have...
Read more >ModuleNotFoundError no module named utils How ... - YouTube
ModuleNotFoundError no module named utilsHow to install curlHow to install pip# 👇️ in a virtual environment or using Python 2pip install ...
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
Hi @rdbcasillas, this should be fixed by installing
pip install neuro==0.0.19
okay, thanks and sorry again 😃