Python install libzt

Hi, I can´t install libzt

Python version 3.8.8
a recive this message :
Could not fetch URL https://pypi.org/simple/libzt/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=‘pypi.org’, port=443): Max retries exceeded with url: /simple/libzt/ (Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available.”)) - skipping
ERROR: Could not find a version that satisfies the requirement libzt (from versions: none)
ERROR: No matching distribution found for libzt

help,
Thanks

From your posted error message:

“Can’t connect to HTTPS URL because the SSL module is not available.”

Looks like your Python installation either doesn’t support or doesn’t have an SSL module for some reason.

1 Like

If Grant’s answer doesn’t help, let us know how you installed Python. Also, try installing some other module to test your SSL module.