源码编译安装时,报错sip-wheel: 'make -j4' failed returning 2
构建过程如下:
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
- Distribution: [e.g. kylin v10 arch64]
- Versions: [e.g. pywpsrpc 2.3.9, WPS Office 11.1.0.9126]
- Installed from pip: [build from source]
是什么环境是编译的?github的action是可以正常编译过的,可以再更新试试
是什么环境是编译的?github的action是可以正常编译过的,可以再更新试试
我在统信os系统上编译arm64的,购买的是wps365企业版,有对应的librpc对应的库,是不是需要改写一下源码,才能编译,需要改哪些内容呢