运行项目提醒找不到:geos.dll和geos_c.dll。
使用pip install geos之后依然没有这两个dll。只能积极编译。
步骤如下:
1 .官网下载,如:geos-3.6.4.tar http://trac.osgeo.org/geos/
2. 解压文件,在cmd中进入到geos-3.6.4文件路径下。
(1)cmd中运行:autogen.bat
(2)运行:nmake -f makefile.vc
'nmake' 不是内部或外部命令,也不是可运行的程序或批处理文件。
出现错误:解决:
将Microsoft Visual Studio 安装路径下的VC中的nmake.exe拷贝到c:\windows\system32下中。
我的nmake.exe路径:C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\bin\Hostx64\x64\
继续运行nmake -f makefile.vc出现错误:
Cannot determine Visual C++ version
.\nmake.opt(157) : fatal error U1050: *** Aborting make jobStop.