I am trying to use astroalign, but when I run my python script got the No module named error:
File "colorastro.py", line 5, in <module>
import astroalign as aa
File "<frozen zipimport>", line 259, in load_module
File "C:\Users\Luca\AppData\Local\Programs\Python\Python38-32\lib\site-packages\astroalign-2.0.2-py3.8.egg\astroalign.py", line 64, in <module>
ModuleNotFoundError: No module named 'skimage'
I use windows 10 and I have installed astroalign with both Anaconda and Pip. I have tried to uninstall astroalign and install scikit-image but I got that it is already satisifed.
Hey,
I am trying to use astroalign, but when I run my python script got the No module named error:
I use windows 10 and I have installed astroalign with both Anaconda and Pip. I have tried to uninstall astroalign and install scikit-image but I got that it is already satisifed.
Any suggestions?