Image-Py / imagepy

Image process framework based on plugin like imagej, it is esay to glue with scipy.ndimage, scikit-image, opencv, simpleitk, mayavi...and any libraries based on numpy
http://imagepy.org
BSD 4-Clause "Original" or "Old" License
1.29k stars 330 forks source link

No need to manually install shapely #77

Closed LauLauThom closed 4 years ago

LauLauThom commented 4 years ago

Just edited the readme that was previously mentioning that shapely should have been installed manually. Not needed anymore as shapely is available via pip for windows too since recently.

yxdragon commented 4 years ago

merged, I have a try, but failed. python3.6.8 win64. what is your version?

LauLauThom commented 4 years ago

The installation worked for me :P The stable package of shapely was just released today actually ! It was still in beta earlier today so I think that's the reason. However I have these errors once ImagePy opens image

yxdragon commented 4 years ago

Now pip install shapely works for me, and every thing is OK (yesterday failed)

your log has 2 error, moderngl is lost, pip install moderngl may solve it. and the WinError 126 is caused by shapely, you can try to import shapely in console.

LauLauThom commented 4 years ago

That's weird moderngl should have been installed with pip install ImagePy. Doing pip install moderngl indeed fixed the issue. However I still have the WinError 126. Shapely is correctly installed and import shapely in the console of ImagePy also works.