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
安装Gmssl和本python包后尝试导入报错
>>> import gmssl Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.11/site-packages/gmssl.py", line 17, in <module> raise ValueError('Install GmSSL dynamic library from https://github.com/guanzhi/GmSSL') ValueError: Install GmSSL dynamic library from https://github.com/guanzhi/GmSSL
The text was updated successfully, but these errors were encountered:
find_library("gmssl") 找不到动态库, 怀疑是alpine环境不存在ld, ldconfig等命令导致. Python文档说明
Sorry, something went wrong.
No branches or pull requests
安装Gmssl和本python包后尝试导入报错
The text was updated successfully, but these errors were encountered: