-
Notifications
You must be signed in to change notification settings - Fork 67
conda pkg openssl is restricted to version <3.1 - this prevents installation of recent r-base #587
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
Comments
Yep unfortunately Julia currently uses OpenSSL 3.0 (this is apparently intentional) so for compatibility reasons we restrict the version of OpenSSL installed by CondaPkg. You can override this by setting the This is an annoying incompatibility - you can't install new versions of Python for the same reason. I need to open a dialogue with Julia maintainers about this. |
Thank you so much for your comment. For Python it is the same? Indeed a big pity... Please feel free to close this issue or keep it open, whatever you like. |
I believe Julia now uses a more up to date version of OpenSSL, which is now causing problems when installing certain packages with JuliaCall/PythonCall. In short, the following error is commonly encountered (on Linux at least)
To reproduce:
Info: |
I started running into this problem yesterday too. I'm in need of a quick solution, so I'm hoping downgrading julia within my docker container will fix things for now |
Not sure whether this is a bug, probably not?
How can we rely on more recent openssl version, e.g. in order to install a recent
r-base
next to PythonCall?I got the following error
The text was updated successfully, but these errors were encountered: