ushahidi / geograpy

Extract countries, regions and cities from a URL or text
219 stars 133 forks source link

ImportError: cannot import name 'PlaceContext' #26

Open barbarasilveiraf opened 6 years ago

barbarasilveiraf commented 6 years ago

ImportError Traceback (most recent call last)

in () ----> 1 from geograpy import places ~\Anaconda3\envs\goodreads\lib\site-packages\geograpy-0.3.7-py3.6.egg\geograpy\__init__.py in () 1 from extraction import Extractor ----> 2 from places import PlaceContext 3 4 def get_place_context(url=None, text=None): 5 e = Extractor(url=url, text=text) ImportError: cannot import name 'PlaceContext' Can Someone Help me please?