Skip to content
New issue

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

Alpine环境导入失败 #23

Open
lingfeng126 opened this issue Dec 27, 2024 · 1 comment
Open

Alpine环境导入失败 #23

lingfeng126 opened this issue Dec 27, 2024 · 1 comment

Comments

@lingfeng126
Copy link

lingfeng126 commented Dec 27, 2024

安装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
@lingfeng126
Copy link
Author

find_library("gmssl") 找不到动态库, 怀疑是alpine环境不存在ld, ldconfig等命令导致. Python文档说明

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant