ROBelgium / MSNoise

A Python Package for Monitoring Seismic Velocity Changes using Ambient Seismic Noise | http://www.msnoise.org
European Union Public License 1.1
176 stars 83 forks source link

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

Closed andbrocode closed 5 months ago

andbrocode commented 7 months ago

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 commented 7 months ago

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...