Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.0, Impala 2.12.0
-
None
-
ghx-label-9
Description
pip_download.py assumes the python repository to use md5 as the hash algorithm. On Mar 15, 2018 some traffic of https://pypi.python.org is redirected to https://pypi.org/simple, which uses sha-256. According to PEP-503 it could be any algorithm supported by python hashlib. We should change pip_download.py to support them.