-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install fails on Alpine Linux #90
Comments
Could you please try installing again? |
closing because of inactivity |
Could not find a version that satisfies the requirement catboost==0.3.1 on alpine linux |
|
|
|
Take a look at pypa/pip#3969 |
@exprmntr awesome! It helped. |
Hey, is catboost going to support the Python docker image? This doesn't work:
|
I tried this workaround, but it doesn't work. Any ideas?
|
pip install catboost
Could not find a version that satisfies the requirement catboost (from versions: )
No matching distribution found for catboost
pip search works:
pip search catboost
catboost (0.1.1.6) - Python package for catboost
Python version: 3.6.2
Other packages are installed without any issues.
The text was updated successfully, but these errors were encountered: