Skip to content
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

Latest 3.8 image causing failures #78

Closed
henrickgoldwurm opened this issue Feb 23, 2021 · 3 comments
Closed

Latest 3.8 image causing failures #78

henrickgoldwurm opened this issue Feb 23, 2021 · 3 comments

Comments

@henrickgoldwurm
Copy link

The latest cimg/python:3.8 image is causing failures during dependency installations. I tested with an empty commit on a passing branch to confirm it wasn't an issue in my code changes. Switching to cimg/python:3.8.7 seems to fix the issue.

image

@henrickgoldwurm
Copy link
Author

Looks like it may be related to the move to 3.8.8 in #77

@dsayling
Copy link
Contributor

@henrickgoldwurm - correct, using the image cimg/python:3.8 is only tied to the major and minor versions; any patch release in cadence with the python releases will be published and that tag overridden. If you need a specific version of python, you should specify the subminor version, e.g cimg/python:3.8.7.

If you intended to keep with the release cadence, it's also possible that cached dependencies from the older versions of python via pyenv are being used, see some details here: CircleCI-Public/python-orb#51

@henrickgoldwurm
Copy link
Author

Yup, resetting the cached dependencies fixed the issue. Thank for the quick reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants