Python, GEOS and Shapely on Windows 64

前端 未结 5 1581
闹比i
闹比i 2020-12-03 17:16

When trying to install Shapely on my Windows 64bit computer, I cannot get the GEOS library to work.

So far, I have run the OSGeo4W installer from which I installed

5条回答
  •  -上瘾入骨i
    2020-12-03 17:39

    I tried the method of @jozef but failed even I imported the folder to the path.

    A straightforward solution: add geos_c.dll, geos.dll to the library folder of your python environment. Then it works.

提交回复
热议问题