You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Fresh install of basic-pitch inside a venv throws error on any sound file provided.
Error message: AttributeError: module 'scipy.signal' has no attribute 'gaussian'
To Reproduce
Steps to reproduce the behavior:
Make a venv and get into it
Install basic-pitch
Execute basic-pitch <output dir> <input file>
Wait some seconds
See error
Expected behavior
For basic pitch to work
Desktop (please complete the following information):
Describe the bug
Fresh install of
basic-pitch
inside a venv throws error on any sound file provided.Error message:
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
To Reproduce
Steps to reproduce the behavior:
basic-pitch
basic-pitch <output dir> <input file>
Expected behavior
For basic pitch to work
Desktop (please complete the following information):
Additional context
Here's log:
log.txt
The text was updated successfully, but these errors were encountered: