quatrope / astroalign

A tool to align astronomical images based on asterism matching
MIT License
140 stars 44 forks source link

No module named 'skimage' #46

Closed lukfd closed 4 years ago

lukfd commented 4 years ago

Hey,

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.

Any suggestions?

lukfd commented 4 years ago

Sorry. Have to use the anaconda prompt in order to work !

martinberoiz commented 4 years ago

Oh, glad you could solve it!