pixel-deflection icon indicating copy to clipboard operation
pixel-deflection copied to clipboard

ImportError: cannot import name denoise_wavelet

Open hanwei0912 opened this issue 7 years ago • 2 comments

Hello,

I have some strange issues. I installed the package scikit-image for skimage, however, I can import denoise_te_chambolle, denoise_bilateral but I cannot import denoise_wavelet.

I did not find any useful answer from the internet. And when I try to install skimage package, it always asks me to install the scikit-image package instead.

Do you know how to tackle this problem?

Thank you in advance.

hanwei0912 avatar Apr 26 '18 15:04 hanwei0912

  1. skimage and scikit-image are same libraries.
  2. Looks like you have very old version of skimage. What is the output of this command:
python -c 'import skimage; print(skimage.__version__)'
  1. Try upgrading scikit-image and test again.
pip install --upgrade scikit-image

iamaaditya avatar Apr 26 '18 17:04 iamaaditya

Thank you for your reply. I have tried it. My version of skimage package is 0.12.3 and I try upgrading but it does not work. It still cannot import denoise_wavelet. My python version is 2.7, could it be the problem?

Thank you in advance.

hanwei0912 avatar May 02 '18 11:05 hanwei0912