-
Notifications
You must be signed in to change notification settings - Fork 11
Description
dear all,
I have encountered an unusual issue with one of the horizon dependencies (casadi_kin_dyn) and the casadi python package under Anaconda.
casadi_kin_dyn requires libcasadi.so.3.6 to work (it comes precompiled) but apparently now if you install casadi under anaconda using the classic conda install casadi you will get for some reason casadi 3.7 (even if i specify the 3.6 version).
after some digging, I have found that the casadi package was updated almost 20 days ago and even though the package is called 3.6 the stuff that it contains is referred to as the 3.7 version of casadi.
you can check it by yourself at this link. If you download the packagelinux-64/casadi-3.6.0-py38hb3c7268_0.conda and you'll check the content of inside the lib folder you will find the version not matching.
therefore I'm wondering if it is possible to somehow download the casdi_kin_dyn and compile it against the current casadi version or if you have other solutions
thank you for your help