This repository was archived by the owner on Jan 24, 2023. It is now read-only.
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
CPython extensions #1
Open
Description
Python is modular, it seems it will or won't build some extensions depending on packages present in the host operating system, e.g. openssl/libssl for the _ssl extension. Dependencies should be enforced somehow.
zlib is also needed, see: pypa/pip#1919
build-essential libbz2-dev libffi-dev libncursesw5-dev libreadline-dev libssl-dev zlib1g-dev
(This issue doesn't apply on Windows where we don't compile Python.)
Metadata
Metadata
Assignees
Labels
No labels