Gdal Installation error using pip

前端 未结 1 1034
误落风尘
误落风尘 2021-02-04 07:21

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 install

相关标签:
1条回答
  • 2021-02-04 07:56

    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

    0 讨论(0)
提交回复
热议问题