MIC-DKFZ / MITK-Diffusion

MITK Diffusion - Official part of the Medical Imaging Interaction Toolkit
http://mitk.org/wiki/MITK
Other
78 stars 15 forks source link

I have some problems using the python version of MITK #9

Closed YukinaCat closed 1 year ago

YukinaCat commented 1 year ago

When I start MITK, I get the following error: core.mod.python.svc: Initializing python service Fatal Python error: initfsencoding: unable to load the file system codec ModuleNotFoundError: No module named 'encodings' I am sure my python contains the 'encodings' module and I have installed all packages in PythonRequirements.txt, python version 3.11.4. I have no problem using the non-Python version, is there any way to solve it? Or will the python version of dMRI simulation be faster

peterneher commented 1 year ago

The dMRI simulation does not use python. So you should be good using the non-python version.

YukinaCat commented 1 year ago

Thanks