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