-
Notifications
You must be signed in to change notification settings - Fork 237
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
PermissionError when creating symlink to certifi certificate bundle on Cirrus CI #1973
Comments
It is since the Cirrus CI runner user is in the admin group. I wonder if there's something going on with the environment which would change the target installation. |
@mayeut thanks for the support! Here is the environment:
|
my best guess would be the wrong openssl library gets loaded because of |
@mayeut I agree. And now that you mention it, I think this explains why I've seen another project only set library paths within |
Description
Here's the traceback:
Python 3.9's
etc/openssl
directory isn't writable by the Cirrus CI runner?Build log
https://cirrus-ci.com/task/5534003191611392?logs=build_wheels#L302
CI config
https://github.com/sgillies/fiona-wheels/blob/83f638b2100b3162f705d1af3e78740130e2e84f/.cirrus.yml#L49
The text was updated successfully, but these errors were encountered: