pni-lab / PUMI

PUMI: neuroimaging Pipelines Using Modular workflow Integration
https://pumi.readthedocs.io/en/latest/
GNU General Public License v3.0
1 stars 0 forks source link

requirements.txt problems with templateflow #92

Closed khoffschlag closed 1 year ago

khoffschlag commented 2 years ago

When installing the required libraries for PUMI (with Python 3.10 and pip version 21.3.1) based on the requirements.txt, there is an error when trying to install templateflow.

ERROR: Could not find a version that satisfies the requirement templateflow>=1.4.1 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.5.post1, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.3.0, 0.4.0, 0.4.1rc1, 0.4.1rc2, 0.4.1rc3, 0.4.1rc4, 0.4.1rc5, 0.4.1, 0.4.2rc1, 0.4.2, 0.5.0rc1, 0.5.1rc1, 0.5.1, 0.5.2, 0.6.0rc1, 0.6.0rc2, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.7.1rc0, 0.7.1, 0.7.2, 0.8.0, 0.8.1) ERROR: No matching distribution found for templateflow>=1.4.1

Templateflow 1.4.1 does exist, but can't be found.