python - Stack Overflow
https://stackoverflow.com/questions/4110229912.12.2016 · 34. This answer is not useful. Show activity on this post. Ubuntu 16.04.3 here: I think I have fixed this by removing the python-openssl package (and it's dependencies) with: apt-get --auto-remove remove python-openssl. Then installing the latest version with pip: pip install pyOpenSSL. Of course, if you install another apt package that depends ...
python - Stack Overflow
https://stackoverflow.com/questions/5498423008.03.2019 · Python AttributeError: 'module' object has no attribute 'SSL_ST_INIT' 62. Python "pip install " is failing with AttributeError: 'module' object has no attribute 'SSL_ST_INIT' 2. How to connect to Snowflake using python snowflake connector from within Databricks in Python 3? 2.
openssl - Stack Overflow
https://stackoverflow.com/questions/43267157I was seeing similar python stack dump on the console of my Ubuntu 16.04 VM when I tried ssh into the VM. SSL_ST_INIT = _lib.SSL_ST_INIT AttributeError: 'module' object has no attribute 'SSL_ST_INIT'. pip reported that pyopenssl was not installed. I had to do this instead: sudo apt install --reinstall python-openssl.