0

I've been trying to install pip on python 2.7 and keep getting errors like unsupported hash type sha256, md5, etc from hashlib

Any modules to be installed from python to make it work ?

  • 3
    Recent versions of `pip` do not support Python 2 anymore. Make sure to use one from before `21.0`. Or even better: upgrade to Python 3. – Klaus D. Jul 12 '21 at 19:39
  • https://stackoverflow.com/a/65871131/7976758 – phd Jul 12 '21 at 20:00

1 Answers1

-1

Upgrade your python version and you will be fine

  • 1
    Just out of curiosity: how many non-trivial Python projects have you migrated from 2 to 3 already? – Klaus D. Jul 12 '21 at 20:10