GmSSL-Python icon indicating copy to clipboard operation
GmSSL-Python copied to clipboard

Alpine环境导入失败

Open lingfeng126 opened this issue 11 months ago • 2 comments

安装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 avatar Dec 27 '24 08:12 lingfeng126