sccn / lsl_archived

Multi-modal time-synched data transmission over local network
242 stars 134 forks source link

ModuleNotFoundError: No module named 'serial' #288

Closed lithiumgold closed 6 years ago

lithiumgold commented 6 years ago

When I run:

python openbci_lsl.py --stream

in CMD it displays the following error:

Traceback (most recent call last): File "openbci_lsl.py", line 25, in import lib.streamerlsl as streamerlsl File "C:\Program Files\MATLAB\OpenBCI_LSL\lib\streamerlsl.py", line 20, in import lib.open_bci_v3 as bci File "C:\Program Files\MATLAB\OpenBCI_LSL\lib\open_bci_v3.py", line 19, in import serial ModuleNotFoundError: No module named 'serial'

Does anyone know how to solve this?

cboulay commented 6 years ago

OpenBCI_LSL is not LSL. We don't have anything to do with that code.

Anyway, you can probably fix it by installing pyserial. pip install pyserial