Describe the bug
There are a few systems where the installation may fail while fetching the benchmark data from the internet due to old version installed of OpenSSL. The drop in support is described here.
If this error is encountered either the openSSL can be upgraded:
brew install openssl@1.1
or the urllib3 version (jade dependency) can be downgraded:
An easy fix would be to cap the urrlib3 version during the jade package install, but this error is likely to go away soon while systems are upgraded. I would leave it like that for the moment but maybe add guidance in the troubleshooting section of JADE documentation.
To Reproduce
Install jade in a system that has a version of openSSL lower than v1.1.1
Expected behavior
Installation should succeed without errors
Screenshots
Desktop (please complete the following information):
Describe the bug There are a few systems where the installation may fail while fetching the benchmark data from the internet due to old version installed of OpenSSL. The drop in support is described here.
If this error is encountered either the openSSL can be upgraded:
or the urllib3 version (jade dependency) can be downgraded:
see here for additional info on the fix.
An easy fix would be to cap the urrlib3 version during the jade package install, but this error is likely to go away soon while systems are upgraded. I would leave it like that for the moment but maybe add guidance in the troubleshooting section of JADE documentation.
To Reproduce Install jade in a system that has a version of openSSL lower than v1.1.1
Expected behavior Installation should succeed without errors
Screenshots
Desktop (please complete the following information):