Installation fails on Python 3.9
See original GitHub issueCaused by the removal of the PyTypeObject.tp_print
field. Core dev Victor Stinner elsewhere suggests making those parts of the code Python 2 only with ifdef
s. Another option would be to drop Python 2 support altogether, as it has reached EOL.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Can't install new packages for Python (Python 3.9.0, Windows ...
I have already tried reinstalling pip, Python, I have tried installing the packages via conda, but I can't seem to solve the problem....
Read more >Issue 43127: Unable to install Python 3.9.1 - Windows 10
I get the following error when I try to install Python 3.9.1 on windows 10 0x80070659 The installation is forbidden by system policy....
Read more >Installing python 3.9 fails as of 2022-04-06 20:00 EST #1330
Been deploying all day, everything was fine. Now 8:02:56 PM: Creating resource group "egrspmail" in location "East US".
Read more >python3 - How do I installing Python 3.9.6 on Windows 10 Pro ...
I am attempting to install Python 3.9.6 on my system. I previously installed Python 3.8.1, 3.9.7 and 3.10.0 with no issues. I have...
Read more >Package installation issues | PyCharm Documentation
The most viable troubleshooting action is to try installing the problematic package on the selected Python interpreter using the terminal. If you get...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks a lot! I confirm that installation now works on Python 3.9 😃
New Wheels should be available now.