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

Scipy bug : cannot import gaussian from scipy.signal #177

Closed
greenguy33 opened this issue Nov 19, 2024 · 0 comments · Fixed by #178
Closed

Scipy bug : cannot import gaussian from scipy.signal #177

greenguy33 opened this issue Nov 19, 2024 · 0 comments · Fixed by #178
Assignees
Labels
dependencies Pull requests that update a dependency file maintenance

Comments

@greenguy33
Copy link

I believe there is a bug in the scipy version that this package requires. When I try to use import the package I get the following error:

from tsbootstrap import MovingBlockBootstrap
ImportError: cannot import name 'gaussian' from 'scipy.signal'

Downgrading to scipy 1.10 removes the error but I receive an incompatibility issue from pip:

tsbootstrap 0.1.5 requires scipy<1.14.0,>=1.13, but you have scipy 1.10.0 which is incompatible.

The functionality I need from tsbootstrap still works with the downgraded scipy, but I cannot include tsbootstrap in my package if the scipy version it requires is broken.

@astrogilda astrogilda self-assigned this Nov 19, 2024
@astrogilda astrogilda linked a pull request Nov 19, 2024 that will close this issue
7 tasks
@astrogilda astrogilda added dependencies Pull requests that update a dependency file maintenance labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maintenance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants