Open
Description
When running the command "cortex.segment.cut_surface(subjectID, "rh") ", it throws the following error:
File "~/.conda/envs/pycortex/lib/python3.8/site-packages/cortex/blender/blendlib.py", line 5, in
import mda_xdrlib.xdrlib as xdrlib
ModuleNotFoundError: No module named 'mda_xdrlib'
Then, I need to modify line 5 in ~/.conda/envs/pycortex/lib/python3.8/site-packages/cortex/blender/blendlib.py, changing "import mda_xdrlib as xdrlib" to "import xdrlib", and it works.
In another file "~/.conda/envs/pycortex/lib/python3.8/site-packages/cortex/blender/init.py", I have to change line 5 "import mda_xdrlib as xdrlib" to "import mda_xdrlib.xdrlib as xdrlib" and it works.
Metadata
Metadata
Assignees
Labels
No labels