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
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.