i am trying to use obd library in python for my project; however when instaling it; i get the following problem:
PS C:\Users\DELL\Documents\OBD\project2> pip install "obd==0.7.1"
Could not import runpy module
Traceback (most recent call last):
File "<frozen runpy>", line 15, in <module>
File "<frozen importlib.util>", line 14, in <module>
File "C:\Users\DELL\AppData\Local\Programs\Python\Python311\Lib\contextlib.py", line 6, in <module>
from collections import deque
ImportError: cannot import name 'deque' from 'collections' (C:\Users\DELL\AppData\Local\Programs\Python\Python311\Lib\collections\__init__.py)
PS C:\Users\DELL\Documents\OBD\project2>
ps: python version : 3.11.1 obd version : 0.7.1
i want to install obd library and try a simple code with it