You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
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.
Like Qt it takes a long time to compile and binaries are easily available, we should just fail if absent so the user/server installs the required packages.
Hm, maybe for those things is better to rely on the one already present on the system. On OSX openssl is super ancient, as apple tries to push for its own crypto library.
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.)
The text was updated successfully, but these errors were encountered: