Found a cache from build 2569 at v1-deps-1ZC8K+1iuexsuayiPa45iQ4tOG6vMve+ki6ieMMVdZI=
Size: 30 MiB
Cached paths:
/home/circleci/project/venv
Downloading cache archive…
Validating cache…
Download duration for cache file /tmp/cache560652732: 1.545827048s
Unarchiving cache…
Extraction duration for v1-deps-{{ checksum “requirements_test.txt” }}: 1.7600484s
Error: [Errno 2] No such file or directory: ‘/home/circleci/project/venv/bin/python3’
Exited with code exit status 1
This past thread may provide an answer depending on what else is being done within your script.
Hello,
My Django project builds have started failing as of Friday, Sept 23 2022.
This is the error that I receive:
#!/bin/bash -eo pipefail
python -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -r src/development.txt
Error: [Errno 2] No such file or directory: '/home/circleci/repo/venv/bin/python'
Exited with code exit status 1
CircleCI received exit code 1
The excerpt of my config.yml file:
- restore_cache:
keys: v2.1-dependencies-{{ checksum "src/requirements…
Without seeing your config.yml it is not possible to add much as most issues with the cache sub-system come from the interaction between different parts of the config.yml.
system
Closed
October 21, 2024, 3:12pm
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.