worldveil / dejavu

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

only run on python2.7? #201

Closed shazhongcheng closed 4 years ago

shazhongcheng commented 4 years ago

i want to run it on python3 , but it doesn`t work. i try to fix to error,but failed QAQ

i don`t want to run it on python2.7. can any body help me to fix it and i can run it on pthon3 fluently!

thank anyone!

mmutiso commented 4 years ago

I am running through the same problem. We might have to fork and update

yeboahnanaosei commented 4 years ago

You might be looking for this https://github.com/worldveil/dejavu/issues/160#issuecomment-402599796

shazhongcheng commented 4 years ago

You might be looking for this #160 (comment)

thank you!

mauricio-repetto commented 4 years ago

hello guys! I've opened a new pull request here https://github.com/worldveil/dejavu/pull/205 I added support for python 3.6.6 and the solution is also available for postgresql

Coltin-dev commented 4 years ago

hello guys! I've opened a new pull request here #205 I added support for python 3.6.6 and the solution is also available for postgresql

Hey mauriciorepetto,

I'm getting an error trying to install pyAudio when using python3. Did you run into this issue?

Thanks!