I am stuck on this installation of scikit-image (aka skimage). I tried multiple ways:
- Installation from a git hub folder (using the requirements.txt)
- Installation from a whl file
- Installation with pip install scikit-image
All three trials failed during the import: import skimage
ImportError: cannot import name 'geometry'
It seems that scikit-image has not been built correctly.
Your install of scikit-image appears to be broken.
Try re-installing the package following the instructions at:
https://scikit-image.org/docs/stable/install.html
I went through internet but did not find solutions besides the ones above. Does anyone went through that before? One possibility seems to be to pip install with -egg, but I found that for Mac rather than Windows.
EDIT:
Hi everyone, so I found a solution but this is kind of very hard and I still don't understand why it did not work before.
I just:
- uninstall anaconda
- uninstall python
- install python (3.8)
- install Anaconda (I have trouble with Spyder now^^)