Open tonino0013 opened 2 years ago
There are two issues here. The PyFFTW related one is related to #487 and you may need to downgrade to PyFFTW version 0.12 (conda install pyfftw=0.12
). Apologies, the pyfftw build tagged 2 should have fixed that, but doesn't appear to have fixed it on all systems.
The issue that results in the error is related to this issue related to name changes in scipy. The version of scipy should have been pinned in the conda release to avoid this, but it looks like that didn't work. To fix this you should downgrade scipy to <1.9
(conda install 'scipy<1.9.0'
).
Sorry that you ran into these! I will try and patch the conda release to enforce these versions.
For anyone that runs into this - I have just updated the package on conda-forge (build 1 of version 0.4.4) with stricter dependencies that should solve this issue. Please make sure you have installed build 1 of version 0.4.4 before reporting anymore issues about this (and sorry that this slipped through!).
To install a specific build find the right file for your system here - the build number is at the end of the file name, formatted like:
and install using conda install eqcorrscan=0.4.4=<python><hash>_1
where
If you are updating from a previous version conda should default to the most recent build and you shouldn't run into this issue.
What do you need help with?
Is this 'Unknow window type' a bug on eqcorrscan? or this error is related to FFTW?
Provide an example so that we can reproduce your problem
I have the followng code to create a template, whre stream is 24 hours data, Sfile is the seismic Nordic file from Seisan
I installed eqcorrscan within ANACONDA as the documents suggests. However, I have this error related to 'Hanning' windowing.
What help would you like?
Is this my fault in coding or a bug from the package?. Would you ind giving me some insigths about the problem? Under Ubuntu and MSwindows used to work with no problems.
What is your setup? (please complete the following information):**