python-isobus icon indicating copy to clipboard operation
python-isobus copied to clipboard

ImportError: No module named interface

Open ghost opened this issue 6 years ago • 1 comments

I get an error when executing "sudo vtclient":

from isobus.ibsinterface import IBSInterface File "/usr/local/lib/python2.7/dist-packages/isobus/ibsinterface.py", line 11, in from can.interfaces.interface import Bus ImportError: No module named interface

ghost avatar Jan 05 '20 15:01 ghost

Looks like the API for python-can has changed, I'm not sure when I'll have time to look into this, in the mean time, maybe try an older version of python-can?

jboomer avatar Jan 28 '20 20:01 jboomer