
check the permissions and owner of that directory. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. If executing pip with sudo, you may want sudo's -H flag. Please check the permissions and owner of that directory. The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled.

Installing geocoder: !pip install geocoder


When I run !pip install geocoder in Jupyter Notebook I get the same output as running pip install geocoder in the terminal but the geocoder package is not available when I try to import it.
