-
-
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
Build failure with a virtualenv error #10047
Comments
Thanks for the issue. Can you link to the build where this is happening? |
When using Conda, you should specify conda in the build:
os: ubuntu-22.04
tools:
python: "miniconda3-4.7" # or, ideally, "mambaforge-4.10" Can you try updating your config file and building again? |
Thanks, this worked! Is it possible to catch the error I got and output a suggestion to use that parameter value in yaml instead? It can be helpful for other users. |
Great, we have added this note in #9008, and I've put it in our Q2 roadmap for this year 👍 That issue is where we'll track fixing it. |
Hello everyone,
I have a build failure with a virtualenv error for a project which uses conda:
I think this error is related to this recent PR.: #9971
Is there a problem in my setup?
Or do I need to set
READTHEDOCS_VIRTUALENV_PATH
environment variable value from now on?Details
My readthedocs.yaml:
My environment.yaml:
Related #9008
The text was updated successfully, but these errors were encountered: