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
Describe the bug
Some dependencies that get built locally, like typed-ast and libpff-python, have trouble installing on Python 3.11. This is probably mostly an issue for Windows and slim docker images.
For slim docker images, this is resolved by installing gcc:
apt update
apt install gcc
Most Linux distros and MacOS should already have this and build okay. This is a bigger issue for Windows, as even though everything builds fine on Python 3.10, there are no official installers for old Python versions now.
To Reproduce
Steps to reproduce the behavior:
Install Python 3.11
run pip install mailbag
The text was updated successfully, but these errors were encountered:
There are still Windows installers for Python 3.10.11 which can be used to install mailbagit. However libpff-python still often has issues building with certain versions of Windows C++ build tools.
gwiedeman
changed the title
Issues building dependencies with Python 3.11
Issues building dependencies with Python 3.12
Jan 26, 2024
Describe the bug
Some dependencies that get built locally, like typed-ast and libpff-python, have trouble installing on Python 3.11. This is probably mostly an issue for Windows and slim docker images.
For slim docker images, this is resolved by installing
gcc
:Most Linux distros and MacOS should already have this and build okay. This is a bigger issue for Windows, as even though everything builds fine on Python 3.10, there are no official installers for old Python versions now.
To Reproduce
Steps to reproduce the behavior:
pip install mailbag
The text was updated successfully, but these errors were encountered: