我已经通过tar.gz正确地安装了proj-4.9.1
./配置--前缀=/path/to/目录
然后"make“和”“。尽管如此,cartopy告诉我
必须安装Proj4 4.9.0。
我运行安装脚本
python3 setup.py build_ext --inplace -I/path/to/cartopy/proj-4.9.1/include -L/path/to/cartopy/proj-4.9.1/lib所以我还需要处理其他事情吗?
发布于 2016-12-20 19:26:10
只需加上
导出LD_LIBRARY_PATH=/pathto/proj-4.9.1/lib/$LIBRARY_PATH 导出路径=/PATH/proj-4.9.1/bin:$PATH
https://stackoverflow.com/questions/41249594
复制相似问题