I am trying to install packages using pip and it is throwing error.
Command that I have used,
sudo pip install selenium
The error
I was able to fix this error message with unset _PYTHON_SYSCONFIGDATA_NAME. This prevented lsb_release from trying to import $_PYTHON_SYSCONFIGDATA_NAME. After that, pip install worked again. This fix applies if you run lsb_release -a and get ModuleNotFoundError: No module named '_sysconfigdata_x86_64_conda_cos6_linux_gnu'.