Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name denoise_wavelet #4

Open
hanwei0912 opened this issue Apr 26, 2018 · 2 comments
Open

ImportError: cannot import name denoise_wavelet #4

hanwei0912 opened this issue Apr 26, 2018 · 2 comments

Comments

@hanwei0912
Copy link

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.

@iamaaditya
Copy link
Owner

  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

@hanwei0912
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants