timxx / pywpsrpc

Python bindings for WPS Office RPC (for Linux)
MIT License
219 stars 44 forks source link

源码编译安装时,报错sip-wheel: 'make -j4' failed returning 2 #94

Open kevinhonor opened 3 weeks ago

kevinhonor commented 3 weeks ago

构建过程如下:

pyproject.toml: line 5: using '[tool.sip.metadata]' to specify the project metadata is deprecated and will be removed in SIP v7.0.0, use '[project]' instead ABI v12.0 is deprecated and will be removed in SIP v7.0.0, use v12.9 or later instead These bindings will be built: common, rpcwpsapi, rpcwppapi, rpcetapi. Generating the common bindings... Generating the common .pyi file... Generating the rpcwpsapi bindings... Generating the rpcwpsapi .pyi file... Generating the rpcwppapi bindings... Generating the rpcwppapi .pyi file... Generating the rpcetapi bindings... Generating the rpcetapi .pyi file... Generating the common project... Generating the rpcwpsapi project... Generating the rpcwppapi project... Generating the rpcetapi project... Generating the sip project... Generating the top-level project... Compiling the project... sip-wheel: 'make -j4' failed returning 2

Environment