-
-
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
Dropping executable bit on library files in virtualenv==20.0.14
#1752
Comments
A PR would be welcomed; we need to understand when and why this happens first. |
It appears the change might be in the |
I believe this is due to setuptools >=46.1,<46.1.3 -- in particular pypa/setuptools#1424 it appears to be fixed here: pypa/setuptools#2046 (46.1.3) |
Yes I agree it is setuptools 46.1.1 as embedded currently. You can work around it by running |
You don't need another seeder, just pass in the --download flag will suffice 👍 or the --setuptools 46.1.3 flag |
Can we have good version of setuptools 46.1.3 bundled with virtualenv instead of 46.1.1 to avoid workarounds. |
Released via https://pypi.org/project/virtualenv/20.0.15/ |
Issue
virtualenv==20.0.14
appears to be losing the executable bit on some library files when installingpyspark
. I have experienced this behavior on both Ubuntu and MacOS, with python3.6.9 and 3.8.1.Virtualenv created with
virtualenv==2.0.13
:Virtualenv create with
virtualenv==2.0.14
:Environment
Provide at least:
pip list
of the host python wherevirtualenv
is installed:virtualenv==20.0.13
:virtualenv==20.0.14
:Output of the virtual environment creation
Make sure to run the creation with
-vvv --with-traceback
:virtualenv==20.0.13
:virtualenv==20.0.14
:The text was updated successfully, but these errors were encountered: