尽管遇到for
错误,但我仍尝试安装pyproj
。
Proj executable not found. Please set PROJ_DIR variable
我也尝试过$ pipenv install pyproj
以获得相同的结果。
pipenv git+https://github.com/jswhit/pyproj.git#egg=pyproj
$ pipenv install pyproj
Installation Succeeded
Locking [dev-packages] dependencies
Locking ['packages] dependancies
Success!
Installing dependencies from Pipfile.lock
答案 0 :(得分:4)
pip install pyproj==1.9.6
相同的问题,上面已使用。 如果需要,请在2019年3月8日之前安装最新版本。
答案 1 :(得分:1)
Installation instructions建议安装预编译的车轮或使用conda软件包管理器。
如果您仍然想从源代码编译PyProj,则需要setup PROJ.4(请注意,PyProj是Proj的Python包装器)。