ERROR: Failed building wheel for PyECLib

ERROR: Failed building wheel for PyECLib

具体原因 error: liberasurecode.so.1: cannot open shared object file: No such file or directory

解决方案

  • 安装 liberasurecode
  • https://opendev.org/openstack/liberasurecode

Install dependencies

Debian/Ubuntu hosts:
$ sudo apt-get install build-essential autoconf automake libtool
Fedora/RedHat/CentOS hosts:
$ sudo yum install -y gcc make autoconf automake libtool
To build the liberasurecode repository, perform the following from the top-level directory:

 $ ./autogen.sh
 $ ./configure
 $ make
 $ make test
 $ sudo make install

如果还不奏效,查看 LD_LIBRARY_PATH 看下是否在环境变量中,如果没在 export 一下

你可能感兴趣的:(python)