worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

Heroku - MySQLdb not suported on heroku #116

Closed v2lrf closed 4 years ago

v2lrf commented 7 years ago

Hi => I m investigating how push Dejavu on heroku but I know that MySQL is not supported on. i founded some Addons, Heroku devcenter seams to advice dev to use ClearDB addon (here the link https://goo.gl/ig9ary) however the problem persist and i m stuck since 4 days ^-^ and i have this message error => “import MySQLdb as mysql / ImportError: No module named MySQLdb”. It is not a surprise because MySQLdb is not installed on my heroku instance.” => how to import within a normal syntax MySQLdb through any kind of addon?

Do you have any kind of advices about that problem, i often use Heroku but i wonder to know if it would be easier to use an other deployment service? like AWS or other one. Finaly if it s possible to use Heroku it’s perfect but for now, it’s impossible to me to figure how to fix it.

thatfiredev commented 7 years ago

Hi, I'm also looking to deploy it to Heroku. Can you tell me if you were able to install all the other dependencies (pyaudio, numpy, etc)? If yes, how to do it?

v2lrf commented 7 years ago

not done yet :-/

hassanazam commented 6 years ago

Hey @HHGB12 , Did you find the solution ?

worldveil commented 4 years ago

Postgres is now supported.