ImportError: No module named 'decouple' while deploying on Heroku

前端 未结 4 454
悲&欢浪女
悲&欢浪女 2021-01-03 07:08

I was trying to deploy my django project on heroku from heroku cli. So I created an app and then I ran git push heroku master from the project directory. Then I

4条回答
  •  独厮守ぢ
    2021-01-03 07:54

    I also had this problem and solved by removing all package (removed 2x python-decouple from locally and decouple) from my env and locally. Then, I installed python-decouple (3.3) again.

提交回复
热议问题