-
Notifications
You must be signed in to change notification settings - Fork 32
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
No such file or directory: '.../venv/bin/python3' #130
Comments
@FelicianoTech do you mind taking a look? |
oddly, it does seem to be re-appearing anymore... closing this issue. |
We’ve had this issue regularly and I diagnosed it today as this one. We depend on For an |
We've been having this issue for ages too (at least, I think it's this issue). Is there an easier way to fix this problem then doing a separate commit to update the cache keys every time? |
I was previously using
circleci/python:3.8.10
and found no issues with my build, both on PRs and on main branch builds.As part of migrating from python 3.8 to python 3.10x on my web application, I updated to
cimg/python:3.10.4
and there were no issues with PRs - the circleci went through successfully. However, once merged to main branch, it started failing withI'm suspecting some issues with caches, but i'm unsure how to resolve.
When i tried to SSH into the PR, i can see python3 in blue cyan, which i'm assuming is a symlink.
However, once merged, python3 is in red...
Any ideas?
The text was updated successfully, but these errors were encountered: