Gdal Installation error using pip

╄→尐↘猪︶ㄣ 提交于 2020-01-01 04:55:11

问题


Im trying to install GDAL latest version using pip, but im getting the following error, Failed building wheel for GDAL. My python version is 2.7.9, Please help me. It is installing gdal 1.11.3 version if i specify the version but i need latest version or >=2.0


回答1:


Finally its worked with the command pip install C:\Users\admin\Downloads\GDAL-2.1.3-cp27-cp27m-win_amd64.whl.

I downloaded GDAL-2.1.3-cp27-cp27m-win_amd64.whl. from here http://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal



来源:https://stackoverflow.com/questions/43587960/gdal-installation-error-using-pip

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!