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
>>> import dummyserial
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/dummyserial/__init__.py", line 17, in <module>
from .classes import Serial # NOQA
File "/usr/local/lib/python3.9/site-packages/dummyserial/classes.py", line 11, in <module>
from serial.serialutil import SerialException, portNotOpenError
ImportError: cannot import name 'portNotOpenError' from 'serial.serialutil' (/usr/local/lib/python3.9/site-packages/serial/serialutil.py)
Looks like this is fixed by a PR awaiting approval
The text was updated successfully, but these errors were encountered:
Looks like this is fixed by a PR awaiting approval
The text was updated successfully, but these errors were encountered: