WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

Error cause: Install packages on debian jessie with pip python 3.8. 
Fix: Install with pip python 3.6 and run "python3.6 -m pip install <package>".


Install python 3.6: https://www.rosehosting.com/blog/how-to-install-python-3-6-4-on-debian-9/


Comments

Popular posts from this blog

Support for the experimental syntax 'decorators' isn't currently enabled (5:3):

How to add environment variables into Heroku container

Running CQL scripts in Cassandra