Closed mohammadhadiaarabi closed 3 years ago
Hello @mohammadhadiarabi ,
thanks for letting us know about this problem. I'm trying to reproduce the error. What OS and version of Python and COMMIT are you using? To obtain the version of COMMIT you can execute:
import commit
commit.__version__
Best
Also, did you install it with pip install dmri-commit
or via the sources?
Thank you for rapid response. I use Ubuntu18.04 and '1.3.9.4' version of COMMIT. I installed with pip3 install dmri-commit Best, Mohammad
Could you update COMMIT?
pip3 install dmri-commit --upgrade
And try the code again.
I updated COMMIT, but I again see the error
In version 1.3.9.4 the error you reported happened when the tractogram was not found.
In version 1.4.4, if the tractogram is not found it shows the message [ ERROR ] Tractogram file not found
Could you confirm that you have the version 1.4.4 and the tractogram file. If that is OK, could you share with us the new error message.
Dear Mario, Thank you for your help. It works now. Tnx
Dear Developer, When I run step by step codes based on wiki page, I see an error:
I would be appreciated if you help me to fix this error. Best, Mohammad