-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Seems that pip / ensurepip is not included, isn't it?
pyrun error: Could not run 'ensurepip': No module named ensurepip
Trying to use "venv" seems also to fail, e.g.:
~/.local/pyrun3.11$ ./bin/pyrun3.11 -m venv /tmp/pyrun-test-venv/
Error: Command '['/tmp/pyrun-test-venv/bin/pyrun3.11', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
I get no error with --without-pip, e.g.: ./bin/pyrun3.11 -m venv /tmp/pyrun-test-venv/ --without-pip but /tmp/pyrun-test-venv/ is not created.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels