Issue
First of all, I'm a really newbie to python and anaconda, so please take this under consideration when replying my question :).
I have a Jupyter notebook and I would like to use href="https://pypi.python.org/pypi/geograpy" rel="nofollow noreferrer">geograpy library there. But I have no idea how to install it into anaconda.
On this library website there is manual how to install it using pip - but i believe this is something else.
Any hints would be more than welcome :)
EDIT
After trying pip install geograpy
I have following error
Rolling back uninstall of Pillow
Command "/opt/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-tcpdwncf/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-az_qg2uz-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-tcpdwncf/Pillow/
Solution
Well, Pillow was causing a problem. But follow and installing additionaly tool for it solved a problem.
However, when anybody else will try to use gergrapy, then wach out- it works only for Python 2 :(
Answered By - PastorPL Answer Checked By - Candace Johnson (WPSolving Volunteer)