Thank you @cjdoris for the response and update in the CondaPkg.jl
version.
I am still not making this work, and I am not sure if this is because of incompatible versions or something different. I did include
preference add CondaPkg openssl_version=ignore
and update the version of CondaPkg=0.2.24
. When I import my library, I get an import error because of a difference between Reference from
and Expected in
:
The first error in the stacktrace points out to
~/.julia/dev/Sleipnir/.CondaPkg/env/lib/python3.12/ssl.py
, so it seems to suggest that the error may be coming from there, also since the message Symbol not found: _X509_STORE_get1_objects
. Does this sounds like the unsolvable error you mentioned or there is a solution for this?
Btw, this is the same error I see when I instead reference to the conda environment I have installed separately with conda:
backend: "Current"
env: "/Users/sapienza/.conda/envs/oggm_env"
openssl_version: "ignore"
Thank you so much!