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'
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? =)