CircleCI-Public / CircleCI-Public/cimg-python

Bug Report: cimg/python:3.9 fails

Open
#238 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Dockerfile
Stars
36
Forks
33
PR merge metrics
No merged PRs in 30d

Description

*Note: We also welcome PRs to fix bugs! This helps us take action faster where a bug has been identified!*

For our official CircleCI Docker Convenience Image support policy, please see [CircleCI docs](https://circleci.com/docs/convenience-images-support-policy).

This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.

---

**Describe the bug**
A clear and concise description of what the bug is.
While running the ci image cimg/python:3.9, I get the following error -
![image](https://github.com/CircleCI-Public/cimg-python/assets/109554432/0790f46e-90d0-48ff-81f1-b2e2277a774c)

**To Reproduce**
Please provide steps to reproduce the behavior, such as a sample job or config file.
Code to reproduce the issue on buildkite -

containers:
default:
docker: cimg/python:3.8

shared:
pip-requirements: &pip-requirements
pip:
requirements: [ "requirements.txt" ]
sync: false

lint: &lint
label: "Lint :lint-roller:"
timeout: 10m
env:
SETUPTOOLS_SCM_PRETEND_VERSION: "0.0.1"
run:
- <<: *pip-requirements
- /app/scripts/lint

test: &test
label: "Test :pytest:"
timeout: 8m
run:
- <<: *pip-requirements
- /app/scripts/test

**Expected behavior**
A clear and concise description of what you expected to happen.
The build should succeed.

**Workarounds**
Are there any current workarounds for this bug that can be used currently?

**Screenshots and Build Links**
If possible, add screenshots and links to jobs to help explain your problem.

**Additional context**
Add any other context about the problem here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.