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

AttributeError: module 'scipy.fftpack' has no attribute 'destroy_zfft_cache' #337

Open
andbrocode opened this issue Apr 2, 2024 · 1 comment

Comments

@andbrocode
Copy link

Hi,

was just usinge 'msnoise compute_cc' (msnoise ==1.6.3) and after modifying files to solve the _fftpack issue it throughs me another error (only the end of the error message):

File "/home/brotzer/anaconda3/envs/msnoise/lib/python3.11/site-packages/msnoise/preprocessing.py", line 304, in preprocess
clean_scipy_cache()
File "/home/brotzer/anaconda3/envs/msnoise/lib/python3.11/site-packages/msnoise/api.py", line 1773, in clean_scipy_cache
sff.destroy_zfft_cache()
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'scipy.fftpack' has no attribute 'destroy_zfft_cache'

Any help? =)

@andbrocode
Copy link
Author

I now went ahead and commented all the ssf.destroy* lines in api.py ...
Seems to run now, but not sure if this has consequences...

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

1 participant