I'm trying to run a python program within pyCharm but I get this error:
Traceback (most recent call last): File "/Users/amywang/Documents/latLong/main.py", line 3, in from geopy.geocoders import Nominatim ImportError: No module named 'geopy'
However, when I run the same import statement in terminal I don't get an error.
Any ideas on how I can resolve this? Thanks!

which pythongive you on the terminal and what python does pycharm use? - syntonym