No module named pkg_resources

后端 未结 30 2791
一向
一向 2020-11-22 07:22

I\'m deploying a Django app to a dev server and am hitting this error when I run pip install -r requirements.txt:

Traceback (most recent call la         


        
30条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 08:14

    I experienced that error in my Google App Engine environment. And pip install -t lib setuptools fixed the issue.

提交回复
热议问题