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

前端 未结 5 1240
自闭症患者
自闭症患者 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:19

    I simply uninstalled Shapely and re-installed it to fix the issue.

    python -m pip uninstall shapely
    
    python -m pip install shapely
    

提交回复
热议问题