You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've installed CasADi from conda-forge following your guide. The code test proposed in your quick install works, but when I try to use qpoases I get the error:
Cannot load shared library 'libcasadi_conic_qpoases.so' [...]
<conda_env_name>/lib/python3.7/site-packages/casadi/libcasadi_conic_qpoases.so: cannot open shared object file: No such file or directory.
Looking at that directory I've noticed this:
$ ls <conda_env_name>/lib/python3.7/site-packages/casadi
casadi.py _casadi.so __init__.py __pycache__ tools
while the content of your archive is very different:
Replacing the directory installed by pip with your archive solves my problem (qp solver is now found). I'm just here to report that there's something strange in the precompiled version on conda-forge (currently on Python 3.7, CasADi v3.4.5)
The text was updated successfully, but these errors were encountered:
For what regards qpOASES, before enabling support for it in the conda-forge build of CasADi, we need to add it in conda-forge itself, but this is softly blocked (softly as there could be workarounds) by the lack of upstream release in qpOASES, see coin-or/qpOASES#113 .
Hi, I've installed CasADi from
conda-forge
following your guide. The code test proposed in your quick install works, but when I try to useqpoases
I get the error:Looking at that directory I've noticed this:
while the content of your archive is very different:
Replacing the directory installed by pip with your archive solves my problem (qp solver is now found). I'm just here to report that there's something strange in the precompiled version on
conda-forge
(currently on Python 3.7, CasADi v3.4.5)The text was updated successfully, but these errors were encountered: