HelgeGehring / gdshelpers

GDSHelpers is an open-source package for automatized pattern generation for nano-structuring.
https://www.uni-muenster.de/Physik.PI/Pernice/
GNU Lesser General Public License v3.0
110 stars 33 forks source link

Shapely error when running first example #65

Open filmartinelli opened 1 year ago

filmartinelli commented 1 year ago

Hello, I have just installed gdshelper on my python. I tried to run the first example on the tutorial, but it returns me the error "No module named 'shapely.topology'" Shapely is installed in my python and up to date and I checked that the other modules works. However, it seems that this topology module does not exist and I am not sure how to fix it

lousui commented 1 year ago

Hello, I have the same problem and could not find any solutions. Just wondering if you have fixed it and how to.

lousui commented 1 year ago

Hello, I have just solved it. Uninstall the newest version of shapely and install an older version of Shapely (e.g. shape 1.8). Shapely 2.0 does not have shapely.topology file.