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

[Bug] AttributeError: module 'scipy.signal' has no attribute 'gaussian' #120

Closed
Davilarek opened this issue Apr 7, 2024 · 2 comments
Closed
Assignees

Comments

@Davilarek
Copy link

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:

  1. Make a venv and get into it
  2. Install basic-pitch
  3. Execute basic-pitch <output dir> <input file>
  4. Wait some seconds
  5. See error

Expected behavior
For basic pitch to work

Desktop (please complete the following information):

  • OS: Arch Linux
  • Version: 0.3.0

Additional context
Here's log:

log.txt

Davilarek added a commit to Davilarek/basic-pitch that referenced this issue Apr 7, 2024
@TeeJayBaker
Copy link

Downgrading scipy from 1.13 to 1.12 will fix the issue temporarily
scipy.signal.gaussian has been replaced with scipy.signal.windows.gaussian

@drubinstein
Copy link
Collaborator

Fixed in the 0.3.1 release

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

No branches or pull requests

4 participants