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

ARM 32 bit support #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ARM 32 bit support #2

wants to merge 1 commit into from

Conversation

micuat
Copy link

@micuat micuat commented Jun 21, 2017

basically this is a fix for #1, supporting Raspberry Pi (armv7l). I included a shared object built based on instructions found here (thanks @dmedine). Also pylsl.py is edited to consider arm architecture when loading dll/dylib/so.

@andrewjaykeller
Copy link

+1 good job! gonna give this a shot

@dmedine
Copy link

dmedine commented Oct 23, 2017 via email

@mauroibarra
Copy link

cordial saluda,
estoy intentando trabajar con el muse desde mi Rasberry pi 3
tengo el siguiente problema:

Traceback (most recent call last):
File "/usr/local/bin/muselsl", line 6, in
from muselsl.main import main
File "/usr/local/lib/python3.7/dist-packages/muselsl/init.py", line 1, in
from .stream import stream, list_muses
File "/usr/local/lib/python3.7/dist-packages/muselsl/stream.py", line 2, in
from pylsl import StreamInfo, StreamOutlet
File "/usr/local/lib/python3.7/dist-packages/pylsl/init.py", line 2, in
from .pylsl import IRREGULAR_RATE, DEDUCED_TIMESTAMP, FOREVER, cf_float32,
File "/usr/local/lib/python3.7/dist-packages/pylsl/pylsl.py", line 1147, in
lib = CDLL(libpath)
File "/usr/lib/python3.7/ctypes/init.py", line 356, in init
self._handle = _dlopen(self._name, mode)
OSError: /usr/local/lib/python3.7/dist-packages/pylsl/liblsl32.so: cannot open shared object file: No such file or directory

les cuento que con: sudo pip install muselsl, solo funciono con pip3.

estare muy agradecido con su ayuda.

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

Successfully merging this pull request may close these issues.

4 participants