ERROR: No matching distribution found for scikit-learn==1.2.2padelpy==0.1.14

Summary

I was trying to deploy a machine learning web app that requires scikit-learn 1.2.2 and padelpy0.1.14
I have written the following line in the requirements.txt file:
scikit-learn==1.2.2padelpy==0.1.14

After deploying the GitHub repository, I got:

ERROR: Could not find a version that satisfies the requirement scikit-learn==1.2.2padelpy==0.1.14 (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.1, 0.21.2, 0.21.3, 0.22, 0.22.1, 0.22.2.post1, 0.23.0, 0.23.1, 0.23.2, 0.24.0, 0.24.1, 0.24.2, 1.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.2.0rc1, 1.2.0, 1.2.1, 1.2.2)
ERROR: No matching distribution found for scikit-learn==1.2.2padelpy==0.1.14
WARNING: You are using pip version 22.0.3; however, version 23.1.2 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed

Of course you should write each package in a separate line… :expressionless:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.