-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Can not execute setup.py since setuptools is not available in the build environment #10285
Comments
The same version installed before needs to match here. Fixes #10285
Hi, I can see in your build that we are installing the latest version of setuptools and then installing an old version, #10287 should fix this. |
@stsewd Thank you! |
Thanks for the fix @stsewd! What's the typical release cycle for bug fixes like this? if it's the next day or so, I can hold off merging some pull requests that depend on documentation being built, if it's a week or so out, I'll work out a temporary solution to check if documentation builds successfully. Thank you. |
@jdkent we usually deploy on Tuesdays. |
@jdkent @hcho3 this fix has been released. Your build is passing now https://readthedocs.org/projects/xgboost/builds/20575157/ |
Details
One of the dependencies in my
doc/requirements.txt
is failing to install with errorThe same configuration used to work until yesterday. Can someone help? Any pointer will be appreciated.
The dependency (
pyspark
) usessetup.py
, sosetuptools
is required.Expected Result
The build should be able to install dependencies successfully.
Actual Result
One dependency,
pyspark
, fails to install due to setuptools not available.The text was updated successfully, but these errors were encountered: