-
Notifications
You must be signed in to change notification settings - Fork 0
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
sslcontext workflow broken #2
Comments
My workflow with sslcontext has been broken by pangeo-forge/pangeo-forge-recipes#359, need to check that out... |
Latest version that works for me: |
What happens here? I think the problem is in: https://github.com/pangeo-forge/pangeo-forge-recipes/blob/16eb6bfd23a26997523b86c0fe5428103ec95b8a/pangeo_forge_recipes/serialization.py#L70 where the keys are dropped after dict conversion. However, if recipe contains an filesystem object with an openssl context, that can not be deepcopied..., see https://bugs.python.org/issue43905 |
opened this issue here: pangeo-forge/pangeo-forge-recipes#418 |
Right now, this works only with
pangeo-forge-recipes=0.9.0
andcryptography=37.0.2
.The text was updated successfully, but these errors were encountered: