-
Notifications
You must be signed in to change notification settings - Fork 319
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
[Bug]: Old sklearn dependency #3268
Comments
Thanks. Looks like scikit-learn just stopped publishing the sklearn package for 3.13. Let me update the references. |
Hmm actually we already have this updated. Not sure why this fails.
This seems fishy. Can you clean your conda / pip caches to make sure that this actually resolves and downloads the proper package? |
The issue is still there after cleaning conda and pip caches.
|
So I think this is the issue:
As a result, this downloads metadata (and source dist) of some really ancient versions (including botorch-0.1.3, which was released 5.5 years ago...), which I assume at some point ends up throwing the error. I have no idea why this is happening in a clean python environment though. Can you try |
Sorry for the late response, the legacy-resolver fixes the issue. |
What happened?
When trying to install ax-platform with pip in a new conda environment it stops with following error. The error happens when using python 3.13 and not with 3.12.
Please provide a minimal, reproducible example of the unexpected behavior.
conda create -n name
conda activate -n name
conda install pip
pip install ax-platform
Please paste any relevant traceback/logs produced by the example provided.
Ax Version
latest
Python Version
3.12/3.13
Operating System
win 11
Code of Conduct
The text was updated successfully, but these errors were encountered: