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
This error may be a permission one. So, test executing the command with -H flag:
sudo -H pip3 install numpy