-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
pypy3.5 virtualenv does not support venv re-creation #5658
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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Our Docker images has I think this is won't be a problem anymore since we are going to remove the environment on each build (behind a feature flag now, I think) and in the future we won't share anything. So, this will probably automatically supported in the next months without any change. @stsewd am I right? If so, feel free to close this issue. |
@humitos removing after build is more an experiment right now, so isn't definitive. |
I'm closing this issue since we are not going to "solve it". Currently, it's possible to build using Take a look at this commit readthedocs/test-builds@b3632d3 that builds at https://readthedocs.org/projects/test-builds/builds/9476302/ (this is the second build triggered in a row and the whole env did not exists --was removed after the first build has finished) |
Uh oh!
There was an error while loading. Please reload this page.
Setting
Project.container_image
topypy3.5
works the first time. Although, when triggering a new build for that project and version it fails with an error saying that the file already exists.Outputs this error,
Wiping the version makes it works again (or running the command with
--clean
option).Related #5657
The text was updated successfully, but these errors were encountered: