python安装库报 error: can't copy 'src/build/llvm/lib/libkeystone.so': doesn't exist or not a regular ...

手动按一下就好了

$ git clone https://github.com/keystone-engine/keystone.git
$ cd keystone
$ mkdir build
$ cd build
$ ../make-share.sh
$ sudo make install
$ sudo ldconfig
$ cd ../bindings/python
$ sudo make install3 # or sudo make install for python2-bindings

你可能感兴趣的:(python安装库报 error: can't copy 'src/build/llvm/lib/libkeystone.so': doesn't exist or not a regular ...)