-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
The devcontainer doesn't include the bits to build the _zstd module #134583
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
Comments
CC @brettcannon |
Seems this needs |
This issue be moved here. |
I opened python/cpython-devcontainers#42 to add this. |
I think this should be updated in https://github.com/python/cpython/blob/main/.devcontainer/devcontainer.json as well |
I believe a new release of the devcontainer needs to be cut first. |
That already happened: https://github.com/python/cpython-devcontainers/actions/runs/15232270922 |
Someone just needs to update the container that's being pointed to. |
@brettcannon Here's a PR to do that: #134765 I thought a release hadn't been cut because of this page: https://github.com/orgs/python/packages, I guess it doesn't track all publishes? |
…d-devel (gh-134765) Update devcontainer reference
I published the new devconatiner 2 days ago: https://github.com/python/cpython-devcontainers/pkgs/container/devcontainer/423171898?tag=2025.05.25.15232270922 Please ping Brett or me if there is Dev container issue. |
Nope, you have to click into the container page to see the details: |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
A direct build in the devcontainer:
... Written build/lib.linux-aarch64-3.15/_sysconfigdata_d_linux_aarch64-linux-gnu.py Written build/lib.linux-aarch64-3.15/_sysconfig_vars_d_linux_aarch64-linux-gnu.json The necessary bits to build these optional modules were not found: _zstd To find the necessary bits, look in configure.ac and config.log. Checked 114 modules (35 built-in, 77 shared, 1 n/a on linux-aarch64, 0 disabled, 1 missing, 0 failed on import)
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: