pnlbwh / pnlNipype

PNL pipeline for NIFTI images
Other
10 stars 15 forks source link

Python version #114

Open AlbertoImg opened 1 week ago

AlbertoImg commented 1 week ago

Hi there,

The installation guideline stays that we can use python >= 3.6, and then the "requirements.txt" file is picking python 3.6. Is it possible to start the installation with newer python versions? is it going to break any script / external tool? The issue comes from the fact that there are tools such as the last update of SlicerDMRI/whitematteranalysis that requires python packages with versions only available in python > 3.6.

Thanks in advance Best, Alberto

tashrifbillah commented 1 week ago

Is it possible to start the installation with newer python versions?

You have to build a conda environment first with a newer Python.

is it going to break any script / external tool?

We do not know. Please help us by finding it and reporting here.

there are tools such as the last update of SlicerDMRI/whitematteranalysis that requires python packages

We were not aware of its latest update and we use it fine already. But our version could be older. If this is the problem child, you can build a separate conda environment for this with whatever Python it needs.

AlbertoImg commented 1 week ago

Thanks for the answers! I will test the pipeline with new versions then.