[Sqlalchemy-tickets] Issue #3447: Unable to install sqlalchemy (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: kracekumar r. <iss...@bi...> - 2015-06-10 12:34:35
|
New issue 3447: Unable to install sqlalchemy https://bitbucket.org/zzzeek/sqlalchemy/issue/3447/unable-to-install-sqlalchemy kracekumar ramaraju: ``` ➜ ~ sudo pip install sqlalchemy Collecting sqlalchemy Downloading SQLAlchemy-1.0.5.tar.gz (4.6MB) 9% |███ | 442kB 393bytes/s eta 2:56:04 Hash of the package https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-1.0.5.tar.gz#md5=e9e54eb24b148d065e42e0826523657a (from https://pypi.python.org/simple/sqlalchemy/) (941496e19e5ca0699d152adcd0f18d83) doesn't match the expected hash e9e54eb24b148d065e42e0826523657a! Bad md5 hash for package https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-1.0.5.tar.gz#md5=e9e54eb24b148d065e42e0826523657a (from https://pypi.python.org/simple/sqlalchemy/) ➜ ~ pip --version pip 6.1.1 from /Library/Python/2.7/site-packages (python 2.7) (switch_api_pypy)➜ switch_api pip install sqlalchemy You are using pip version 6.1.1, however version 7.0.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Collecting sqlalchemy Using cached SQLAlchemy-1.0.5.tar.gz Hash of the package https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-1.0.5.tar.gz#md5=e9e54eb24b148d065e42e0826523657a (from https://pypi.python.org/simple/sqlalchemy/) (955de2f2b4aefd1ccf14279584388604) doesn't match the expected hash e9e54eb24b148d065e42e0826523657a! Bad md5 hash for package https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-1.0.5.tar.gz#md5=e9e54eb24b148d065e42e0826523657a (from https://pypi.python.org/simple/sqlalchemy/) (switch_api_pypy)➜ ~ pip --version pip 6.1.1 from /Users/krace/.virtualenvs/switch_api_pypy/site-packages (python 2.7) ``` |