Closed smarterway closed 6 years ago
As stated in step 4 of the sample, we use module geopy to compute distances. Cell #2 of step 4 should have installed geopy. You will need to restart your kernel after running that cell (unless you run your notebook in an Anaconda like environment). Can you please restart your kernel and tell me if it works ?
Closing the issue, since there's no news or nothing new on this.
In running (cell):
Simple distance computation between 2 locations.
from geopy.distance import great_circle
Receiving error: ModuleNotFoundError Traceback (most recent call last)