-
-
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
Why is pip install called with --ignore-installed #3025
Comments
I worked around it by using |
Using
|
pip_install on RTD is very buggy. See readthedocs/readthedocs.org#3925 readthedocs/readthedocs.org#3025
This seems it can be closed. Our yaml config might soon have more options to configure these steps, but currently this case is a bit of an edge case. |
This makes it hard to prepare an environment with conda and have pip packages with C dependencies in the requirements.txt
Details
Expected Result
pygrib should not be installed with pip since it is already installed via conda
Actual Result
pygrib installation failed because of missing system libraries for compiling the c code.
The text was updated successfully, but these errors were encountered: