Hi,
I am using the last version of CondaPkg=0.2.26 that now allows to set openssl_version: "ignore", which based on the solution to this other issue I posted in PythonCall should solve the problem.
Now, I am getting the following error when trying to import Sleipnir.jl using CondaPkg + PythonCall. My Python environment requires rioxarray, which needs libxml2 and libspatialite as dependencies.

For some reason, it seems that CondaPkg is trying to import these from .julia/artifacts. I don't know if this is a desired behaviour, or it is something I can change.
This issue is a follow up on the post in Julia Discourse. Sorry for the insistence, but this is fully blocking the development of our library and I imagine will be a common issue for other people working in spatial-related sciences.
Hi,
I am using the last version of
CondaPkg=0.2.26that now allows to setopenssl_version: "ignore", which based on the solution to this other issue I posted in PythonCall should solve the problem.Now, I am getting the following error when trying to import Sleipnir.jl using CondaPkg + PythonCall. My Python environment requires

rioxarray, which needslibxml2andlibspatialiteas dependencies.For some reason, it seems that CondaPkg is trying to import these from
.julia/artifacts. I don't know if this is a desired behaviour, or it is something I can change.This issue is a follow up on the post in Julia Discourse. Sorry for the insistence, but this is fully blocking the development of our library and I imagine will be a common issue for other people working in spatial-related sciences.