openbci-archive / OpenBCI_LSL

An application for establishing an OpenBCI stream through the Lab Streaming Layer (LSL)
54 stars 32 forks source link

ModuleNotFoundError: No module named 'serial' #9

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?

DanielHHowell commented 5 years ago

How did you resolve this? Getting the same issue

Nate-Goldman commented 5 years ago

We got the same error with Python 3.7 and solved it by making sure that Python 3.5 was running. I think the README page should tell us not to install python 3.6 nor 3.7