I'm not able to pip install any library in my Ubuntu 20.04 (Python 3.10.8)
Here's me trying to install numpy library
The same error repeats when i try to install any other library
shaheer@shaheer-desktop:~$ pip install numpy
Traceback (most recent call last):
ImportError: cannot import name 'html5lib' from 'pip._vendor' (/usr/lib/python3/dist-packages/pip/_vendor/__init__.py)
`