I cannot install the pyephem module to my Pi.
When I do sudo pip3 install pyephem
I get the following error message:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting pyephem
Could not fetch URL https://pypi.python.org/simple/pyephem/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
Could not find a version that satisfies the requirement pyephem (from versions: )
No matching distribution found for pyephem
So I guess the real question is how to get the SSL module on the Pi