generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
Python 3.14 standard library now includes zstd compression. However, the Python 3.14 image does not include needed zstd module:
docker run --rm -it --entrypoint python --platform linux/amd64 public.ecr.aws/lambda/python:3.14 -c "from compression import zstd"
Traceback (most recent call last):
File "<string>", line 1, in <module>
from compression import zstd
File "/var/lang/lib/python3.14/compression/zstd/__init__.py", line 29, in <module>
import _zstd
ModuleNotFoundError: No module named '_zstd'Is it a bug or is it intentional and we have to rebuild our own Python image if we want to use this new feature?
Metadata
Metadata
Assignees
Labels
No labels