Problem trying to run prepare-data #662
Replies: 3 comments 4 replies
-
Hello @baptisteCD For the error that you have, it is due to your version of Python (3.8). The support for typing using builtins like If you are using Conda, you can do: conda create -n my_env python=3.11
conda activate my_env
pip install clinicadl Hope this helps ! |
Beta Was this translation helpful? Give feedback.
-
Hi @baptisteCD, regarding your last question, could you please give us an insight of how your caps folder is organised? With |
Beta Was this translation helpful? Give feedback.
-
After a lot of debugging, I now have another cryptic error when trying to run:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to run in an interactive session the following:
I get the following error, which is not very clear.
Can you please point me to what could be the problem?
Also, how is clinicaDL finding the image based on the "graymatter_space-Ixi549Space_modulated-on_probability.nii.gz"? What it I have two projections to several dartel templates in the caps? (note that this is not the case, at the time of the error).
Thanks
Beta Was this translation helpful? Give feedback.
All reactions