Skip to content

ImportError: cannot import name md5 #775

@ishandutta2007

Description

@ishandutta2007

I am Trying to install from source on mac

$ pip install -r requirements.txt --use-mirrors

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions