pywt has no attribute dwt
imohammadhossein opened this issue · 2 comments
imohammadhossein commented
hi , in preprocess.py i have this following error :
pywt module has no attribute dwt ()
danizil commented
Had the same problem.
There are two python packages called pywt, the one named pywt being the wrong one...
First you need to pip uninstall pywt and then install pywavelets.
I did it the other way around: first installing pywavelets and things also got jammed. in this case you need to uninstall both and then install pywavelets.
In order to import you need to "import pywt" as you did before.
Happy piping
VivekPa commented
Hi, I have removed the usage of pywt in this version due to the bugs in running the modules.