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

后端 未结 3 1373
青春惊慌失措
青春惊慌失措 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

    To avoid having it in requirements.txt everytime you do a freeze, remove it from your virtual environment with pip uninstall pkg-resources==0.0.0

提交回复
热议问题