我在 Fedora 19 中使用 Python。我想运行以下行:
import shapely.geometry
但出现以下错误:
OSError: Could not find library geos_c or load any of its variants ['libgeos_c.so.1', 'libgeos_c.so']
我安装了 Shapely 包,以及以下两个库:
- glibc-2.17-4.fc19.i686.rpm
- geos-3.3.8-2.fc19.i686.rpm。
我能做些什么来解决这个问题?