Whenever I am trying to install any package using pip, I am getting this import error:
guru@guru-notebook:~$ pip3 install numpy Traceback (most recent call l
Please run the following commands to do the fix. After running python3 -m pip install --upgrade pip, please run the following command.
python3 -m pip install --upgrade pip
hash -r pip
Source: https://github.com/pypa/pip/issues/5221