The problem is you're missing the "geos_c.dll". I don't know how you're installing shapely
, but this error can occur if you do pip install shapely
on Windows since Windows doesn't build the Geos dll.
Try using either the Windows installer from Shapely here, or from Christophe Gohlke here.