I've installed geopy with
pip install geopy
I've checked on my command line, and it's there.
BUT whenever I try to use it, either in Anaconda, PyCharm or Jupiter Notebooks, I get:
ImportError: No module named geopy
I've had similar problems in the past with other libraries. I've used PyCharm and Anaconda at different times, and I'm sure that I have more than one Python version running on my computer. I don't know if this might be the reason this is happening.