我试图在新计算机上运行Shapely,并尝试从源代码安装它,使用其网页上的安装程序并使用pip install shapely
。我尝试从库中进行的每个引用都会from shapely import *
引发错误WindowsError: [Error 126] The specified module could not be found
。在尝试利用Shapely并弄清楚如何使其正常运行时,是否有人有类似的经验?
引发的Python错误:
WindowsError: [Error 126] The specified module could not be found
环境:
Windows 7 64位
Python 2.7