question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation fails on Python 3.9

See original GitHub issue

Caused 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 ifdefs. Another option would be to drop Python 2 support altogether, as it has reached EOL.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
dlukescommented, Nov 12, 2020

Thanks a lot! I confirm that installation now works on Python 3.9 😃

2reactions
amuellercommented, Nov 11, 2020

New Wheels should be available now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found