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
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.
The text was updated successfully, but these errors were encountered:
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:
Am I missing something?
Any related help would be appreciated.
The text was updated successfully, but these errors were encountered: