STLDecompose
STLDecompose copied to clipboard
broken scipy import paths
Dear Josh,
I’m working with timeseries of water supply for a city of more than 8 millions of inhabitants. Really you project has a high interest for my purposes.
However, when install it under python 3.7 obtain an error: “cannot import name ‘factorial’ from ‘scipy.misc’. Your .whl installed the scipy lib version 1.3.0 in which the 'scipy.misc.factorial’ was deprecated (from version 1.0.0) and now the function factorial is under ‘scipy.special’.
May you modify this calling to scipy.special.factorial please. Otherwise, will be necessary downgrade scipy to 0.19.1 version
Please some advice on this situation, thanks on advance,
Raul
PD: the stldecomposemod project v=0.0.3 has the same error.