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

Fix Python 3 compatibility issues #21

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

Conversation

samuelkyl
Copy link

I had some problems running this with Python 3.

  1. futures is a native component in Python 3 and the package was a backport for Python 2 https://pypi.org/project/futures/
  2. librosa with the pinned version had issues with other dependencies, updated to a newer version, which necessitated changing to use keyword arguments 0.10 positional argument deprecation removal and dev version bump librosa/librosa#1521

@xuancong84 xuancong84 force-pushed the master branch 8 times, most recently from 715fca8 to e78adc5 Compare March 7, 2024 10:57
@xuancong84 xuancong84 force-pushed the master branch 10 times, most recently from a451906 to 8429c5c Compare March 15, 2024 08:08
@xuancong84 xuancong84 force-pushed the master branch 4 times, most recently from 21d9378 to 74ee879 Compare March 22, 2024 16:09
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.

1 participant