failing sanity check for openssl for older Python
installations on top of EESSI 2023.04 compat layer (due to OpenSSL 3.0.x)
#258
Labels
Python
installations on top of EESSI 2023.04 compat layer (due to OpenSSL 3.0.x)
#258
The installation of both
Python/3.9.5-GCCcore-10.3.0
andPython/3.9.6-GCCcore-11.2.0
on top of the EESSI 2023.04 compat layer fails (withOpenSSL
infilter-deps
in the EasyBuild configuration, cfr. #256) in the sanity check with:The culprit here most likely is that the version of the
cryptography
extension included in thesePython
easyconfigs is too old, sincecryptography
only seems to support OpenSSL 3.0.x starting with v35.0, cfr. https://cryptography.io/en/latest/changelog/#v35-0-0 .(note that the version of the
Rust
build dependency for thesePython
installations had to be bumped to get to this point, cfr. #257)The text was updated successfully, but these errors were encountered: