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
Most helpful comment
got the problem solved
i had to give the command
conda config --add channels conda-forge
and then
conda install geopy