When trying to use SerialMock, I get the following error :
(most recent call last):
File "test.py", line 1, in
from serial_mock import Serial
File "/usr/lib/python3.5/site-packages/serial_mock/init.py", line 1, in
from decorators import serial_query
ImportError: cannot import name 'serial_query'
Any suggestions on how to fix this problem ?
When trying to use SerialMock, I get the following error :
Any suggestions on how to fix this problem ?