-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Missing wheels for readthedocs environment #19233
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
Comments
This seems to be right. We got a similar report on the mailing list where it was not clear why I assume that we can upload the One thing that I don't understand is why the |
Just to clarify, it seems that the fetching of scikit-learn 0.24.1 is working in your latest build: https://readthedocs.org/projects/orion/builds/12821283/
|
Looking at the date of your build and the date of the upload, it was the same day. If it was bad luck, we could have uploaded the |
Thanks for the quick response! The build has been consistently failing for more than a month so it was not bad luck. I fixed the issue on my side yesterday by changing the configuration of readthedocs so that it installs with pip: Epistimio/orion#542. That is why it is passing now. In any case I'm sure adding the manylinux1 wheels will solve the issue for many others, so I would leave this issue open until #19235 is merged. Thanks again! |
Something is still weird with the builds that are falling, e.g. https://readthedocs.org/projects/orion/builds/12803515/ Locally, with |
Last build of master still fails (without the fix): https://readthedocs.org/projects/orion/builds/12828940/. But develop (with the fix) is passing: https://readthedocs.org/projects/orion/builds/12821283/ In the documentation of readthedocs they explain how to configure it to install with pip but they don't tell what is used otherwise. Maybe it is easy_install indeed. |
Hi @bouthilx and subscribed readers! Just stumbled upon this comment while I was looking for something else. As mentioned in the docs, it's either |
Describe the bug
Since the release of 0.24 readthedocs crashes during the installation of scikit-learn. Prior to 0.24, it would simply install scikit-learn using the available wheel
scikit_learn-0.23.2-cp37-cp37m-manylinux1_x86_64.whl
. There are no wheels formanylinux1
since 0.24, onlymanylinux2010
. I guess that is why readthedocs fails to find a compatible wheel and try installing from source instead.Complete logs for last successful build of readthedocs: https://readthedocs.org/projects/orion/builds/12473944/
Complete logs of first failing build of readthedocs: https://readthedocs.org/projects/orion/builds/12473944/
Any idea why the supported platform wheels changed since 0.24?
Also it looks like I am not the only one affected: https://stackoverflow.com/questions/65776380/readthedocs-trouble-with-sklearn-umap
The text was updated successfully, but these errors were encountered: