Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

liblsl on a Raspberry pi #110

Closed
hernandezurbina opened this issue Feb 10, 2023 · 1 comment
Closed

liblsl on a Raspberry pi #110

hernandezurbina opened this issue Feb 10, 2023 · 1 comment

Comments

@hernandezurbina
Copy link

Hi,

I'm trying to run LSL on a RPi (Raspbian Lite kernel version 5.10). I pip installed pylsl on Python 3.7 and then cloned liblsl following the instructions on the repo, and ran a shell script to build liblsl.so, which happened without any issues. I then, created a symlink for the .so file in my [home]/env/lib/python3.7/site-packages/pylsl/lib However everytime I try to run a test using lsl, I get an error that the LSL binary file couldn't be found. I also set up the PYLSL_LIB environment variable pointing to the dir where I built the .so file, but that didn't work either. What could I be missing? Thanks!

@cboulay
Copy link
Collaborator

cboulay commented Feb 10, 2023

PYLSL_LIB should include the filename: /path/to/built/liblsl.so
https://github.com/labstreaminglayer/liblsl-Python/blob/master/pylsl/pylsl.py#L1214-L1215

I'll close this but if you're still having trouble then please open an issue in the liblsl-Python repo.

@cboulay cboulay closed this as completed Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants