且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法在 Python 中导入 shapely.geometry

更新时间:2022-04-09 10:54:27

我在您的输出中发现了这个 OSError:

I had this OSError that I found in your output:

Could not find library geos_c or load any of its variants ['libgeos_c.so.1', 'libgeos_c.so']

要解决我安装了 lib-geos 的问题,请运行:

To solve that I installed the lib-geos, by running:

$ sudo apt-get install libgeos-dev