-
Notifications
You must be signed in to change notification settings - Fork 66
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
How to debug openssl
could not resolve for environment spec inside a package?
#562
Comments
These two lines tell you where the dependencies come from. It's most likely your dev version of UnROOT. |
that CondaPkg.toml has nothing but the
for completness:
|
Could you do a
to check for Julia's OpenSSL packages? From you output it looks as if the two version restrictions
result from the
To check what's restricting your version. Maybe, you just need a package update? |
It's your XRootD dependency, in particular its dependency of an older version of CxxWrap. You might open an issue and ask the author to support a newer version of CxxWrap.jl. |
You can now set |
this doesn't happen in a clean environment, but it's not clear what dependency is causing
openssl
to lock at a specific versionThe text was updated successfully, but these errors were encountered: