Why does pip fail with bad md5 hash for package?

后端 未结 4 1086
醉梦人生
醉梦人生 2020-12-24 13:14

I\'m trying to install Django package in a virtualenv. I\'m on a new computer (OSX 10.8.2). I installed virtualenv via easy_install. With the virtualenv activated, I ran:

4条回答
  •  难免孤独
    2020-12-24 14:09

    I have the same problem when I try sudo pip install Pillow, and I try sudo pip install --no-cache-dir Pillow, it works for me.

提交回复
热议问题