Python 3.14.0a3 regression: creating venv with --system-site-packages
doesn't work (system packages are not detected)
#128779
Labels
stdlib
Python modules in the Lib dir
topic-venv
Related to the venv module
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
venv created with
--system-site-packages
in Python 3.14.0a3 doesn't really see the site packages. This happens also with the current main.Bisected to commit: 2b0e2b2
To reproduce:
Python 3.14.0a2 on my system:
Python 3.14.0a3/main on my system:
The last item,
'/tmp/python/usr/local/lib/python3.14/site-packages'
, disappeared from the sys.path.The content is the same in all cases, with include-system-site-packages = true.
More context in the Fedora bug tracker: https://bugzilla.redhat.com/show_bug.cgi?id=2336950
cc: @FFY00
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: