Python Forum
could not find a version that satisfies the requirement geopy - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: could not find a version that satisfies the requirement geopy (/thread-20881.html)



could not find a version that satisfies the requirement geopy - beginner1 - Sep-04-2019

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


RE: could not find a version that satisfies the requirement geopy - ThomasL - Sep-04-2019

what python version are you using?


RE: could not find a version that satisfies the requirement geopy - beginner1 - Sep-05-2019

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?