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):

Running CQL scripts in Cassandra

The decorators plugin, when .version is '2018-09' or not specified, requires a 'decoratorsBeforeExport' option, whose value must be a boolean.