-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
should readthedocs.yml have a pip version setting? #4500
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
I believe you should have control over this. Could you try running this command locally, and then seeing if the message comes up when you build again? |
The pip version comes from the docker image used to build the docs. See #4127 (comment) (closing in favor of the other issue). |
@stsewd I'm not sure (closed) issue #4127 really covers this issue. For example, my problem is that I need pip >= 10 in order to build my package. In essence, being able to specify the pip version would allow to use a pyproject.toml with pip >= 10. Is there currently a way to upgrade pip before it tries installing the P.S. I tried wiping the environment as suggested in #4127 but this does not upgrade pip to >= 10. |
@ltalirz Currently there is no way to do that, we need to wait for the next release of the rtd docker image which should include a more recent version of pip. |
Hi,
This is the message that I get while trying to build
"You should consider upgrading via the 'pip install --upgrade pip' command", do I have control over this?
Thank you,
The text was updated successfully, but these errors were encountered: