Skip to content
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

Update pangeo-notebook metapackage version to 2024.09.30 #580

Merged
merged 5 commits into from
Oct 1, 2024

Conversation

pangeo-bot
Copy link
Collaborator

A new pangeo-metapackage version has been detected.
Updated environment.ymls to use 2024.09.30.

@pangeo-bot
Copy link
Collaborator Author

/condalock
Automatically locking new conda environment, building, and testing images...

Copy link
Contributor

Binder 👈 Try on Mybinder.org!

@scottyhq
Copy link
Member

scottyhq commented Oct 1, 2024

both rasterio and s3fs imports failing with some openSSL error...

class X509VerificationCodes:
        """
        Success and error codes for X509 verification, as returned by the
        underlying ``X509_STORE_CTX_get_error()`` function and passed by pyOpenSSL
        to verification callback functions.
    
        See `OpenSSL Verification Errors
        <https://www.openssl.org/docs/manmaster/man3/X509_verify_cert_error_string.html#ERROR-CODES>`_
        for details.
        """
    
        OK = _lib.X509_V_OK
>       ERR_UNABLE_TO_GET_ISSUER_CERT = _lib.X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT
E       AttributeError: module 'lib' has no attribute 'X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT'

Comment on lines 566 to 563
pyopenssl==23.1.1
pyopenssl==23.2.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

causing an issue w/ s3fs & rasterio imports. seems relevant: aws/aws-cli#7942

@scottyhq
Copy link
Member

scottyhq commented Oct 1, 2024

/condalock

@scottyhq
Copy link
Member

scottyhq commented Oct 1, 2024

/condalock

@scottyhq scottyhq merged commit f9d4614 into master Oct 1, 2024
5 checks passed
@scottyhq scottyhq deleted the upgrade-pangeo-metapackage-2024.09.30 branch October 1, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants