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

LSL fails to execute in Windows 10 platform #15

Open
TamojitSaha opened this issue Mar 31, 2019 · 1 comment
Open

LSL fails to execute in Windows 10 platform #15

TamojitSaha opened this issue Mar 31, 2019 · 1 comment

Comments

@TamojitSaha
Copy link

Hello,
I was trying to use python LSL but miserably failed.
I installed all the module individually and as given, after running python openbci_lsl.py --stream,
I get the following error:

D:\Github\OpenBCI_LSL>python openbci_lsl.py --stream
Traceback (most recent call last):
  File "openbci_lsl.py", line 25, in <module>
    import lib.streamerlsl as streamerlsl
  File "D:\Github\OpenBCI_LSL\lib\streamerlsl.py", line 21, in <module>
    from pylsl import StreamInfo, StreamOutlet
  File "C:\Program Files\Python37\lib\site-packages\pylsl\__init__.py", line 2, in <module>
    from .pylsl import IRREGULAR_RATE, DEDUCED_TIMESTAMP, FOREVER, cf_float32,\
  File "C:\Program Files\Python37\lib\site-packages\pylsl\pylsl.py", line 1200, in <module>
    lib = CDLL(libpath)
  File "C:\Program Files\Python37\lib\ctypes\__init__.py", line 356, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found

Am I missing something?
Any related help would be appreciated.

@f2rainforest
Copy link

you can try pylsl version as 1.10.5

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