Looks like the error cannot open shared object file: No such file or directory : liblsl-1.14.0-manylinux2010_x64 is raised when the executable is trying to look for the .so file in ./bin/bin/liblsl-1.14.0-manylinux2010_x64 instead on the same level ./.
Maybe a change is required in the PROJECT_LDFLAGS variable in the config.make file
cannot open shared object file: No such file or directory : liblsl-1.14.0-manylinux2010_x64
is raised when the executable is trying to look for the.so
file in./bin/bin/liblsl-1.14.0-manylinux2010_x64
instead on the same level./
.Maybe a change is required in the
PROJECT_LDFLAGS
variable in theconfig.make
file