Skip to content
Advertisement

installed geolocator but ImportError: cannot import name ‘DummyLocator’

I Have installed geolocator and when I use pip install geolocator it returns:

Requirement already satisfied: geolocator in /opt/anaconda3/lib/python3.6/site-packages (0.1.1)

but when I try to import it with import geolocator raises this error:

JavaScript

How can I resolve this error?

Advertisement

Answer

Problem solved by installing packages with this order:

JavaScript
Advertisement