NIRALUser / DTIPlayground

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

import of dipy upon execution for BRAIN_Tractography #67

Open duffordohsu opened 3 months ago

duffordohsu commented 3 months ago

Hello,

I am trying to run SDC through the web interface. Upon execution I am getting this error:

File "/home/exacloud/gscratch/IGNLab/qsiprep_test/DTIvenv/dtiplayg/lib/python3.11/site-packages/dtiplayground/dmri/preprocessing/modules/BRAIN_Tractography/BRAIN_Tractography.py", line 9, in from dipy.tracking.benchmarks.bench_streamline import length ModuleNotFoundError: No module named 'dipy.tracking.benchmarks'

thanks you any ideas and the web interface is so great and easy to use!

Alex

styner commented 3 months ago

See issue https://github.com/NIRALUser/DTIPlayground/issues/56 . Best upgrade to the current beta version 0.5.8b9: pip install --upgrade dtiplayground==0.5.8b9

Best Martin

duffordohsu commented 3 months ago

Thanks that fixed it.

Alex