No matching distribution found for multiple packages

前端 未结 2 1502
青春惊慌失措
青春惊慌失措 2020-12-20 12:55

Suddenly I get a lot of errors while trying to use my previously working (for many months) requirements file. I tried to go to the pypi.org and get the same 404 error.

<
2条回答
  •  死守一世寂寞
    2020-12-20 13:36

    PyPI administrator here. You probably unintentionally had request instead of requests in your requirements.txt file.

    These projects (request, get, post) were removed by their author and no longer exist. You should remove them from your requirements.txt file.

提交回复
热议问题