labstreaminglayer / pylsl

Python bindings (pylsl) for liblsl
MIT License
136 stars 57 forks source link

liblsl on a Raspberry pi #62

Closed hernandezurbina closed 1 year ago

hernandezurbina commented 1 year ago

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.

My PYLSL_LIB env variable is pointing to the dir where I built the so file: [home]/liblsl/

What could I be missing? Thanks!