Type Error
#458
Replies: 2 comments
-
It's a known issue, see #455. We are going to release a new version very soon that will restore compatibility with the python-can package version 4.4.0. In the meantime, the workaround is to downgrade to python-can 4.3.1. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See also hardbyte/python-can#1795. The breaking change was already reverted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In network.py, line 48 is giving me the error
self.listeners = [MessageListener(self)]
TypeError: Can't instantiate abstract class MessageListener with abstract method stop
Is this due to an upgraded python? Whats going on here?
Beta Was this translation helpful? Give feedback.
All reactions