Problems are encountered with TractSeg
fuying@fuying-System-Product-Name:~$ TractSeg
Traceback (most recent call last):
File "/home/fuying/miniconda3/bin/TractSeg", line 20, in
I am trying to use TractSeg on Ubuntu18.04. And I Install python3.7 and MRtrix3 using miniconda3, but encounter the above problems. How can I solve this problem? Thank you for receiving your reply.
You can either manually install an older version of dipy or you install the latest master of TractSeg which solves this issue:
pip install https://github.com/MIC-DKFZ/TractSeg/archive/master.zip
You can either manually install an older version of dipy or you install the latest master of TractSeg which solves this issue:
pip install https://github.com/MIC-DKFZ/TractSeg/archive/master.zip
Thank you for your reply. I installed an older version of dipy which solved the problem.