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
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: