BCCDC-DSI / RADD

Consult at the BCCDC for Mass Spectrometry
https://bccdc-dsi.github.io/RADD/
MIT License
1 stars 0 forks source link

Incident report: trying git clone -b pt2 on PositCloud #51

Open lisatwyw opened 3 days ago

lisatwyw commented 3 days ago

Getting error:

(radd-p2) [Lisa.Tang@lvmrstudiodh01 part2_version2]$ pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement scikit-learn==1.5.0 (from versions: 0.9, 0.10, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.14, 0.14.1, 0.15.0, 0.15.1, 0.15.2, 0.16.0, 0.16.1, 0.17, 0.17.1, 0.18, 0.18.1, 0.18.2, 0.19.0, 0.19.1, 0.19.2, 0.20.0, 0.20.1, 0.20.2, 0.20.3, 0.20.4, 0.21.0, 0.21.1, 0.21.2, 0.21.3, 0.22, 0.22.1, 0.22.2, 0.22.2.post1, 0.23.0, 0.23.1, 0.23.2, 0.24.0, 0.24.1, 0.24.2)
ERROR: No matching distribution found for scikit-learn==1.5.0
lisatwyw commented 3 days ago
ERROR: Cannot install -r requirements.txt (line 6) and tensorboard==2.12.3 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested tensorboard==2.12.3
    tensorflow 2.16.1 depends on tensorboard<2.17 and >=2.16

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts