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 dependency does not support ARM64 (MacOS M1) #203

Open
mo-gaafar opened this issue Oct 6, 2023 · 1 comment
Open

LibLSL dependency does not support ARM64 (MacOS M1) #203

mo-gaafar opened this issue Oct 6, 2023 · 1 comment

Comments

@mo-gaafar
Copy link

site-packages/pylsl/liblsl64.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')

@blue-j
Copy link

blue-j commented Dec 3, 2024

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

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