[PYTHON] ERREUR: root: le code du hachage md5 n'a pas été trouvé.

ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
  File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
and more

Si l'erreur ci-dessus apparaît après la mise à niveau du brew python, elle a été résolue par ce qui suit.

https://github.com/Homebrew/homebrew/issues/22816

brew install openssl brew link openssl --force brew uninstall python brew install python --with-brewed-openssl

Recommended Posts

ERREUR: root: le code du hachage md5 n'a pas été trouvé.
Erreur python d'aujourd'hui: HTTPError: 404 Erreur du client: introuvable pour l'url:
[Erreur] Symbole introuvable: _PyUnicodeUCS2_Compare