mljar-supervised
mljar-supervised copied to clipboard
No matching distribution found for catboost>=0.24.4
Steps to reproduce this error
- create virtualenv
- install requirements using
pip install -r requirements.txt
Following message will be displayed.
Had to install catboost
separately using pip install catboost.
Hey, Can you provide more details? I have tried it on Python version 3.10.4 and it is working fine for me. Please try using a different version of Python.
@namanmistry Hey! it was not working with Python 3.11.x
, works fine with earlier versions.