Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dejavu now supports Python 3 #117

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

David-Dietrich-wins
Copy link

Good afternoon worldveil,
First, terrific package. Really easy to follow a fairly complex topic. I just finished upgrading the dejavu audio fingerprinting code to Python 3. Took a while to get that one with all of the Python changes.

Can you create a new branch for the Python 3 version? I sound like a noob as this is the first Python project and Pull Request I've done.

Thank you for the great work and have a terrific weekend,
David Dietrich
GrayArrow

@David-Dietrich-wins David-Dietrich-wins changed the title dejavu now support Python 3 dejavu now supports Python 3 Jun 3, 2017
@tkhurana96
Copy link

@GrayArrow first of all great work, While using dejavu for python3, I got this error:

File "/src/dejavu/fingerprint.py", line 110, in get_2D_peaks detected_peaks = np.subtract(local_max, eroded_background) TypeError: numpy boolean subtract, the -operator, is deprecated, use the bitwise_xor, the^ operator, or the logical_xor function instead.

Thought to let you know.

@fpSpindola
Copy link

fpSpindola commented Jun 26, 2018

@tkhurana96 hmm, just opened a merge request here about this issue
Actually it's not a problem of Python3 itself, it's a numpy version issue
If you replace your Numpy (probably 1.14.5) to 1.13.1 it will work perfectly

@gabeboileau
Copy link

Will this branch be merged in anytime soon? Or is this project no longer active?

@lordkyzr
Copy link

lordkyzr commented Dec 22, 2018 via email

@gabeboileau
Copy link

@lordkyzr Thank you, that was my initial thought as well. I'll fork and merge.

@sunravi
Copy link

sunravi commented Apr 26, 2019

Hi guys,

I have very limited knowledge about Git. I tried to use Datawookie's fork, (in windows). But I got an error. I have a doubt, that it is not designed for windows?
Is it easy to create a windows version of this. No doubt it is a great project.

@Coltin-dev
Copy link

Hey has anyone had issues installing pyaudio for python3.6?

Copy link
Author

@David-Dietrich-wins David-Dietrich-wins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thank you for the update.

@subins2000
Copy link

Any ETA on when this is merged ?

@kevinschaich
Copy link

Hey guys – don't think it's super clear from the commit log as a lot of vaguely named PRs got merged all at once, but the master branch of this repo worked out of the box on Python 3.10.9 for me on Mac. Don't pip install dejavu as the ones on Pypi etc. are outdated.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.