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
Tangentially related to #6, I'd like an option to load either a specific library (as absolute path, e.g. /foo/bar/liblsl.so, a libname to be resolved by the system linker / in LD_LIBRARY_PATH (e.g. lsl or lsl64) or the standard behavior (look for an included liblsl).
The option could then be either set as environment variable (like MPLBACKEND for matplotlib) or as constant before loading pylsl (PYLSL_LIB='/foo/liblsl.so'; import pylsl).
The text was updated successfully, but these errors were encountered:
Tangentially related to #6, I'd like an option to load either a specific library (as absolute path, e.g.
/foo/bar/liblsl.so
, a libname to be resolved by the system linker / inLD_LIBRARY_PATH
(e.g.lsl
orlsl64
) or the standard behavior (look for an included liblsl).The option could then be either set as environment variable (like
MPLBACKEND
for matplotlib) or as constant before loading pylsl (PYLSL_LIB='/foo/liblsl.so'; import pylsl
).The text was updated successfully, but these errors were encountered: