NIRALUser / DTIPlayground

An integrated framework for DWI Image QC and processing
MIT License
11 stars 2 forks source link

Module Error #66

Closed pradhanhitesh closed 1 month ago

pradhanhitesh commented 1 month ago

Hello Developers! I am running QC pipeline for my DTI files. However, I am facing issues with the execution. I have tried updating my packages to latest versions but still no help with the issue.

Here is the error snippet: File "/home/hitesh/fsl/lib/python3.11/site-packages/dtiplayground/dmri/preprocessing/modules/BRAIN_Tractography/BRAIN_Tractography.py", line 9, in <module> from dipy.tracking.benchmarks.bench_streamline import length ModuleNotFoundError: No module named 'dipy.tracking.benchmarks'

PS: I also tried uninstalling and then installing the DiPy package. Did not work!

Thank you!

styner commented 1 month ago

See issue https://github.com/NIRALUser/DTIPlayground/issues/56 (your DiPy is too new for the current release version). Best upgrade to the current beta version 0.5.8b9: pip install --upgrade dtiplayground==0.5.8b9

Best Martin