

Requirement already satisfied (use -upgrade to upgrade): decorator in /usr/local/lib/python2.7/dist-packages/decorator-4.0.10-py2.7.egg (from ratelim->geocoder) Requirement already satisfied (use -upgrade to upgrade): click in /usr/local/lib/python2.7/dist-packages (from geocoder) Requirement already satisfied (use -upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from geocoder) Requirement already satisfied (use -upgrade to upgrade): ratelim in /usr/local/lib/python2.7/dist-packages (from geocoder) Requirement already satisfied (use -upgrade to upgrade): requests in /usr/local/lib/python2.7/dist-packages (from geocoder) 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.
#Install jupyter notebook pip install#
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.
