Shapely OSError: Could not find lib c or load any of its variants []

前端 未结 5 1317
自闭症患者
自闭症患者 2021-02-20 01:16

I\'m just trying to use the demo code. I run the following in Jupyter Notebook:

from shapely.geometry import shape

Which gives me the following:

5条回答
  •  春和景丽
    2021-02-20 02:13

    For me, only works after installing Shapely from the shapely lib and executing the following command from Anaconda Prompt:

    pip install Shapely-1.7.1-cp37-cp37m-win_amd64.whl --force-reinstall
    

    This forces a re-install of shapely.

提交回复
热议问题