Error when running 'pip install -r requirements.txt --upgrade'

后端 未结 2 1293
时光说笑
时光说笑 2021-01-17 06:10

When i run following command in my Django project:

pip install -r requirements.txt --upgrade

I get following error:

2条回答
  •  不思量自难忘°
    2021-01-17 06:58

    This sounds very much like you are hitting https://github.com/pypa/pip/issues/3384 - the temporary solution is to pin pip<8

提交回复
热议问题