Cant make opencv work on heroku
It was a dependency problem, what i needed is to install this:
apt-get install libsm6 libxrender1 libfontconfig1
Ps: Heroku's Free account doesn't include ssh connexion so i switched to Google Cloud Platfom and it works.