Notebook: Geopy module not found when trying to install from anaconda cmd

Created on 18 Sep 2017  路  3Comments  路  Source: jupyter/notebook

Most helpful comment

got the problem solved
i had to give the command
conda config --add channels conda-forge
and then
conda install geopy

All 3 comments

That doesn't look like a Jupyter issue - try asking geopy about the installation process.

got the problem solved
i had to give the command
conda config --add channels conda-forge
and then
conda install geopy

conda install -c conda-forge geopy works on my mac well

Was this page helpful?
0 / 5 - 0 ratings