I need your help for installing the module GeoPy in PyCharm.
When I execute my project, there is this error :
ModuleNotFoundError: No module named 'geopy'
I haven't found the package GeoPy in PyCharm, so I have tried to install it with this command:
pip install geopy-1.17.0-py2.py3-none-any.whl
The installation seems to be correct. But in PyCharm, it always says "No module named 'geopy'". Does someone know how can I make ssure that GeoPy is installed?
I work on MacOS High Sierra 10.13.6 with Anaconda and Python 3.