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.

Author Anthony Sottile
Recipients Anthony Sottile
Date 2019-07-18.06:41:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563432094.73.0.116899779699.issue37617@roundup.psfhosted.org>
In-reply-to
Content
In an effort to try and fix some of the ecosystem before python3.10 (or 4.0) is a thing, I figured I'd set up a build where the version is bumped and see what's broken.

If you're interested in reproducing my findings, I've included a build that's installable in ubuntu in this PPA: https://launchpad.net/~asottile/+archive/ubuntu/python3.10

It's mostly based on this patch: https://github.com/asottile/python3.10/blob/ubuntu/bionic/debian/patches/0029-pretend-3.10.patch

while tracking down why pip doesn't work, I've encountered the following from doing this:

$ python3.10 -c 'import sys; print(sys.path)'
['', '/usr/lib/python31.zip', '/usr/lib/python3.10', '/usr/lib/python3.10/lib-dynload', '/usr/lib/python3/dist-packages']


this notably is missing the versioned site-packages / dist-packages directory
History
Date User Action Args
2019-07-18 06:41:34Anthony Sottilesetrecipients: + Anthony Sottile
2019-07-18 06:41:34Anthony Sottilesetmessageid: <1563432094.73.0.116899779699.issue37617@roundup.psfhosted.org>
2019-07-18 06:41:34Anthony Sottilelinkissue37617 messages
2019-07-18 06:41:34Anthony Sottilecreate