[PYTHON] FEHLER: root: Code für Hash MD5 wurde nicht gefunden.

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

Wenn der obige Fehler nach dem Aufrüsten des Python-Upgrades auftritt, wurde er wie folgt behoben.

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

FEHLER: root: Code für Hash MD5 wurde nicht gefunden.
Heutiger Python-Fehler: HTTPError: 404 Client-Fehler: Nicht gefunden für URL:
[Fehler] Symbol nicht gefunden: _PyUnicodeUCS2_Compare