Skip to content

Error when using blockSQP solver #4

Description

@vietanhle0101

I met the following error when trying to use blocksqp solver.

File "/home/vietanhle/.local/lib/python2.7/site-packages/casadi/casadi.py", line 27233, in solve
    return _casadi.Opti_solve(self, *args)
RuntimeError: Error in Opti::solve [OptiNode] at .../casadi/core/optistack.cpp:159:
.../casadi/core/plugin_interface.hpp:322: Assertion "handle!=nullptr" failed:
PluginInterface::load_plugin: Cannot load shared library 'libcasadi_linsol_ma27.so': 
   (
    Searched directories: 1. casadipath from GlobalOptions
                          2. CASADIPATH env var
                          3. PATH env var (Windows)
                          4. LD_LIBRARY_PATH env var (Linux)
                          5. DYLD_LIBRARY_PATH env var (osx)
    A library may be 'not found' even if the file exists:
          * library is not compatible (different compiler/bitness)
          * the dependencies are not found
   )
  Tried '/home/vietanhle/.local/lib/python2.7/site-packages/casadi' :
    Error code: libcoinhsl.so.0: cannot open shared object file: No such file or directory
  Tried '' :
    Error code: libcoinhsl.so.0: cannot open shared object file: No such file or directory
  Tried '.' :
    Error code: ./libcasadi_linsol_ma27.so: cannot open shared object file: No such file or directory

I have not installed sparse solver MA57 from HSL yet. Is there any way to use blocksqp without MA57?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions