bhklab / readii

Radiomic Extraction and Analysis for DICOM Images (READII)
MIT License
3 stars 0 forks source link

pip install on linux not working #16

Closed jjjermiah closed 5 months ago

jjjermiah commented 8 months ago

tried following readme:

pip install readii
Defaulting to user installation because normal site-packages is not writeable
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.9,<4; 1.1.0 Requires-Python >=3.9,<4; 1.1.1 Requires-Python >=3.9,<4; 1.1.2 Requires-Python >=3.9,<4; 1.1.3 Requires-Python >=3.9,<4
ERROR: Could not find a version that satisfies the requirement readii (from versions: none)
ERROR: No matching distribution found for readii

but the following worked:

python3 -m pip install readii

wish I knew enough about python distributions to know why, but might be good to update the README

strixy16 commented 8 months ago

Can you share the environment setup that you tried to install into? We haven't run into this issue on H4H so need more info to figure out why that's happening.