cimg-python icon indicating copy to clipboard operation
cimg-python copied to clipboard

The Next-Gen CircleCI Python Docker Convenience Image.

Results 8 cimg-python issues
Sort by recently updated
recently updated
newest added

*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...

bug

**Describe the bug** While pyenv is used to build these images, the [shell integrations](https://github.com/pyenv/pyenv#set-up-your-shell-environment-for-pyenv) are missing. What this means is that if you install a package that provides a console...

bug

**Describe the bug** npm global install fails with `EACCES` error when using latest node variant image for python 3.11. **To Reproduce** Install an npm package globally ``` npm-install: resource_class: small...

bug

**Describe the bug** We upgraded to 3.12 yesterday and found that the execution time increased from ~30m to ~40m. I re-ran on 3.11 in a different branch earlier and found...

bug

Could [uv](https://github.com/astral-sh/uv) be added to the Python images, or could another type of image containing only `uv` (e.g. `cimg/uv-python:3.12.6`) be created? `uv` is a popular Python package and project manager,...

enhancement

**Describe the bug** `cimg/python:3.12.6` broke our CircleCI builds, specifically breaking pip package installation **To Reproduce** The failing build step is defined as follows: ``` - run: name: install python dependencies...

bug

Python 3.7 has been end-of-life since June 27th 2023, so for well over a year. No security or buffing releases are available anymore. It makes space for newer releases, like...

Python 3.13 is now in release candidate phase and ABI stable, so I would love an 3.13 image!

enhancement