question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] cellfinder_view throws a brainrender error "No module named 'brainrender.Utils.image"

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
adamltysoncommented, Aug 17, 2020

Hi @rdbcasillas, this should be fixed by installing pip install neuro==0.0.19

0reactions
FedeClaudicommented, Jul 30, 2020

okay, thanks and sorry again 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found