-
-
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
Support pip install inside conda environment #2776
Comments
@rgerkin hi! You are using a conda environment, that's why. As far as I know, if you use a conda env, you have to put the pip requirements inside the Besides, I saw that you are using I took a look at your settings and I can see that you are using the I need to keep taking a look, but that is what I have now. Sorry :( |
I did not manage to get that to work: https://readthedocs.org/projects/fpylll/builds/5289709/ My conda env file looks like
It would be nice to have an actual working example of this. |
Is there a structural reason why RTD cannot support both a conda env and a |
Running the |
Here is the relevant code, and looks like there is an explanation about this issue there. |
It would work to to put a URL in the |
I wouldn't add another way to install pip requirements in conda if there is already a way to do it, more maintained, contained in the YAML file and it's standard. Please, if you think that this is a blocker for your project to build on RTD make a new comment of feel free to reopen explaining the situation. Thanks! |
About that we have #5545 |
Also reading https://www.anaconda.com/using-pip-in-a-conda-environment/, looks like we shouldn't use pip at all when using conda |
Details
Expected Result
I expect my pip requirements file (requirements.txt) to be processed at some point during the build, i.e. to see a
pip install -r requirements.txt
line, or something similar. I expect this because in my Admin/Advanced Settings page on readthedocs, I set the "Requirements file" field accordingly.Actual Result
My requirements file is never processed. Consequently, my build fails.
The text was updated successfully, but these errors were encountered: