Pip install issue

Hi,

This is my first time using Ray tune.

I went to the github page and did

pip install tune-sklearn ray[tune]

when i tried importing using

from tune_sklearn import TuneSearchCV

I got this error

ModuleNotFoundError: No module named ‘ray.tune.search.skopt’

ray version : 2.34.0
numpy version : 1.26.4
scikit-learn version: 1.4.1.post1
python version : 3.12.3

Please what do I do?

Any help is appreciated. Thanks

Can you just try pip install ray and see if the pkg manager resolves this for you?