AttributeError: 'module' object has no attribute 'openssl_md_meth_names'
I keep getting this error when trying to install Flask or any library via pip
I looked at other attribute posts and they helped, but this openssl module understands little. I tried installing Python 2.7.9
What steps should be taken to remove python and reformat the new installation? I used to execute sudo apt-get remove python, and it was a big mistake. Since then I have recovered.
source
share