htcondor / htcondor-python-bindings-tutorials

Tutorials for the HTCondor Python Bindings
https://htcondor.readthedocs.io/en/latest/apis/python-bindings/index.html
Apache License 2.0
14 stars 9 forks source link

binder failed loading tutoral #27

Open yhshin opened 4 hours ago

yhshin commented 4 hours ago

Just fyi, HTCondor Python Bindings Tutorials linked to binder failed loading with the following error

Step 10/13 : RUN python -m pip install --no-cache-dir --upgrade htcondor==9.1.3 ---> Running in b2ccc143eb13 ERROR: Could not find a version that satisfies the requirement htcondor==9.1.3 (from versions: 9.0.17, 10.0.9, 10.9.0, 23.0.1, 23.0.2, 23.0.3, 23.0.4, 23.0.6, 23.0.8, 23.0.10, 23.0.12, 23.0.14, 23.0.15, 23.0.16, 23.2.0, 23.3.0, 23.4.0, 23.5.2, 23.6.1, 23.7.2, 23.8.1, 23.9.6, 23.10.0rc1, 23.10.1) ERROR: No matching distribution found for htcondor==9.1.3 ---> Removed intermediate container b2ccc143eb13 The command '/bin/bash -o pipefail -c python -m pip install --no-cache-dir --upgrade htcondor==9.1.3' returned a non-zero code: 1Error in event stream: Error

timtheisen commented 4 hours ago

Thank you for letting me know. I'll look at the problem tomorrow.