I\'m trying to push a Django app onto Heroku, but am getting the following error upon running git push heroku master:
Counting objects: 80, done
The solution for this error is pretty simple:
When you do that pip can also automatically add modules to the file, Pip can also install a dependency from your local codebase automatically. That can be a problem.
Simply go to your requirement.txt file and look for anaconda-client==1.4.0 (or error starting with "No matching distribution found for" a module) and remove it from the file.
Save the file, commit and push.
I had the similar problem and error with conda and i took the same steps and it worked for me.
I hope it helps some of you guys.