You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 139, in
globals()[__func_name] = __get_hash(__func_name)
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/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 "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 139, in
globals()[__func_name] = __get_hash(__func_name)
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 139, in
globals()[__func_name] = __get_hash(__func_name)
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 139, in
globals()[__func_name] = __get_hash(__func_name)
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 139, in
globals()[__func_name] = __get_hash(__func_name)
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 139, in
globals()[__func_name] = __get_hash(__func_name)
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha512
Traceback (most recent call last):
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/bin/pip", line 6, in
from pip._internal import main
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/site-packages/pip/_internal/init.py", line 19, in
from pip._vendor.urllib3.exceptions import DependencyWarning
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/site-packages/pip/_vendor/urllib3/init.py", line 8, in
from .connectionpool import (
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/site-packages/pip/_vendor/urllib3/connectionpool.py", line 29, in
from .connection import (
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/site-packages/pip/vendor/urllib3/connection.py", line 38, in
from .util.ssl import (
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/site-packages/pip/vendor/urllib3/util/init.py", line 6, in
from .ssl import (
File "/Users/ishandutta2007/.pyenv/versions/2.7.8/lib/python2.7/site-packages/pip/vendor/urllib3/util/ssl.py", line 8, in
from hashlib import md5, sha1, sha256
ImportError: cannot import name md5
The text was updated successfully, but these errors were encountered:
I am Trying to install from source on mac
$ pip install -r requirements.txt --use-mirrors
The text was updated successfully, but these errors were encountered: