Could not find a version that satisfies the requirement pkg-resources==0.0.0

后端 未结 3 1372
青春惊慌失措
青春惊慌失措 2021-02-05 00:43

My app is deployed on heroku.

When I push my code via git push heroku master. It gives me this error

Collecting pkg-resource         


        
3条回答
  •  一向
    一向 (楼主)
    2021-02-05 01:15

    Remove Following line from requirements.txt.

    pkg-resources==0.0.0

提交回复
热议问题