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
Bumped into this.
Noting that PYLSL_LIB can also be set in environment to specify library path.
The change to LD_LIBRARY_PATH looks like something that would be resolved by running ldconfig after a manual install of lsl.
[EDIT: I posted I patched the code to work around this, but it turns out I did not actually need to do that. I was simply using an old version of pylsl. Updating to the latest was what resolved the issue for me.]
I recently got bit by this bug.
I think maybe all we can do is update the error message for Linux users to include
"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib"
The text was updated successfully, but these errors were encountered: