This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python Modules
Type: resource usage Stage: resolved
Components: Versions: Python 3.9
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, clashwithchiefrpjyt
Priority: normal Keywords:

Created on 2020-10-06 08:30 by clashwithchiefrpjyt, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg378096 - (view) Author: Gaming With Skytorrush (clashwithchiefrpjyt) Date: 2020-10-06 08:30
Modules such as Pillow, Psycopg2, Psycopg2-binary are not installing via pip stating this version doesn't support those
msg378097 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2020-10-06 08:41
All packages in your list use native C code and don't offer compiled binaries for Python 3.9 yet. It's usually taking a couple of days or weeks until major packages ship binaries for a new Python version.

Please report missing binaries with the maintainers of these packages.
History
Date User Action Args
2022-04-11 14:59:36adminsetgithub: 86121
2020-10-06 08:41:40christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg378097

resolution: third party
stage: resolved
2020-10-06 08:30:28clashwithchiefrpjytcreate