-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling zipapp virtualenv with --seeder=pip fails with OSError: [Errno 13] Permission denied: 'RECORD' #2121
Comments
I can reproduce. Fails when using the system Python, works when using a Python installed in my home directory. Command works run from the command line, fails when using the
I unzipped
|
This issue still exists on this setup: stock macOS on ARM/M1
|
I am using this command to create clean virtualenvs that do not further fetch or depend anything else:
This has been working nicely on Linux, macOS x86 and Windows for a long while |
and removing the seeder with |
Issue
When calling zipapp version of virtualenv with
--seeder=pip
to download the latest packaging tools from PyPi, it works fine on Ubuntu, but fails on macOS with a runtime error:Environment
Output of the virtual environment creation
The text was updated successfully, but these errors were encountered: