We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 在ubuntu 22.04,arm64 下,安装后,运行总是:
(rpcwpsapi.so: undefined symbol: __aarch64_ldadd4_acq_rel)
在ubuntu 20.04,arm64下正常。
To Reproduce 在ubuntu 22.04,arm64下执行 pip install pywpsrpc
然后: from pywpsrpc.rpcwpsapi import createWpsRpcInstance
Expected behavior 正常没有错误
Screenshots If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered:
arm版我没有环境也没有官方的sdk,如果是本机编译理论上应该没问题
Sorry, something went wrong.
Describe the bug 在ubuntu 22.04,arm64 下,安装后,运行总是: (rpcwpsapi.so: undefined symbol: __aarch64_ldadd4_acq_rel) 在ubuntu 20.04,arm64下正常。 To Reproduce 在ubuntu 22.04,arm64下执行 pip install pywpsrpc 然后: from pywpsrpc.rpcwpsapi import createWpsRpcInstance Expected behavior 正常没有错误 Screenshots If applicable, add screenshots to help explain your problem. Environment Distribution: [e.g. Ubuntu 22.04] Versions: [e.g. pywpsrpc 2.3.9, WPS Office linux pro] Installed from pip: [yes]
arm是没问题的,只要wps买了企业版就可以的
timxx
No branches or pull requests
Describe the bug
在ubuntu 22.04,arm64 下,安装后,运行总是:
(rpcwpsapi.so: undefined symbol: __aarch64_ldadd4_acq_rel)
在ubuntu 20.04,arm64下正常。
To Reproduce
在ubuntu 22.04,arm64下执行
pip install pywpsrpc
然后:
from pywpsrpc.rpcwpsapi import createWpsRpcInstance
Expected behavior
正常没有错误
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: