brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.06k stars 370 forks source link

from .async import Async ^ SyntaxError: invalid syntax #114

Closed fredriccliver closed 5 years ago

fredriccliver commented 6 years ago

$ python3 test.py Traceback (most recent call last): File "test.py", line 1, in import obd File "/usr/local/lib/python3.7/site-packages/obd/init.py", line 42 from .async import Async ^ SyntaxError: invalid syntax

Is this same problem with below? https://github.com/brendan-w/python-OBD/issues/111

Should I don't use 3.7 python?

josefbaltz commented 6 years ago

Yes, this is the same issue you may want to close this one

alistair23 commented 5 years ago

Closing this issue as it's a duplicate of #111