Python Forum

Full Version: could not find a version that satisfies the requirement geopy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Trying to use geopy and getting message could not find a version that satisfies the requirement geopy
when type pip install geopy

and messages relating to Could not fetch URL https:// ...can't connect to https url because the SSL module is not available.

just trying to use this on pc so can use

# Geography Package
from geopy.geocoders import Nominatim


any thoughts on how to resolve?

Thanks
what python version are you using?
Thanks for reply.

3.7.3

Also noticed when type python

says

This python interpreter is in a conda environment, but the environment has not been activated. Libraries may fail to load. To activate this environment, please see conda.io.activation


went to conda prompt specifically

new to python - guessing we should use conda prompt when try install library as looks to have installed there after typing conda activate D:\Python?