brendan-w / python-OBD

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

Which python version to work with? #245

Closed yuxiaolejs closed 2 years ago

yuxiaolejs commented 2 years ago

My computer is running python 3.10.4, but getting import error: cannot import name 'Chainmap' from 'collections' when trying to start the program, which version should I use instead?

pcakhilnadh commented 2 years ago

Issue fix

c7be924a21c5d0be87cce51e3087e8fb21a0ecf2

Now supports Py 3.10.x

jakka351 commented 2 years ago

Just having this same issue now