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
i solved that, it seems like a problem in liblsl homebrew package. assuming you are using homebrew:
sudo mv /usr/local/lib/liblsl.dylib /usr/local/lib/liblsl.dylib.backup
brew install labstreaminglayer/tap/lsl
file /opt/homebrew/lib/liblsl.dylib # to confirm you now have the arm64 version
echo 'export DYLD_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_LIBRARY_PATH' >> ~/.bash_profile
source ~/.bash_profile
The text was updated successfully, but these errors were encountered: