ERROR: Failed building wheel for osgeo

简介: ERROR: Failed building wheel for osgeo

问题:安装pip3 install osgeo报错ERROR: Failed building wheel for osgeo

解决

方法1:

conda install gdal

方法2:

  1. 根据python版本,下载对应的GDAL安装文件
    如:python3.8下载GDAL‑3.4.3‑cp38‑cp38‑win_amd64.whl。

cp38代表python3.8版本和window64位

  1. 安装:pip3 install GDAL-3.4.3-cp38-cp38-win_amd64.whl


相关文章
|
Ubuntu Unix Linux
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
|
C语言
安装mujoco报错:distutils.errors.DistutilsExecError: command ‘gcc‘ failed with exit status 1
安装mujoco报错:distutils.errors.DistutilsExecError: command ‘gcc‘ failed with exit status 1
630 0
|
Java
Error: A JNI error has occurred, please check your installation and try again
Error: A JNI error has occurred, please check your installation and try again
197 0
configure: error: Library requirements (libpcre >= 7.8) not met
configure: error: Library requirements (libpcre >= 7.8) not met
138 0
|
Linux
Error: automake: Failed to download resource “m4“
Error: automake: Failed to download resource “m4“
252 0
|
Ubuntu Unix Linux
成功解决ERROR: Unable to find the development tool `make` in your path; please make sure that you have t
成功解决ERROR: Unable to find the development tool `make` in your path; please make sure that you have t
成功解决ERROR: Unable to find the development tool `make` in your path; please make sure that you have t
|
Android开发
Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案
Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案
dpkg: error processing package libraspberrypi-doc (--configure): package is in a very bad inconsistent state;
dpkg: error processing package libraspberrypi-doc (--configure): package is in a very bad inconsistent state; you should reinstall it before attemptin...
2741 0