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

OSError: [WinError 193] %1 不是有效的 Win32 应用程序。

Open great-wind opened this issue 9 months ago • 0 comments

系统:windows 64 位操作系统

通过以下命令安装GmSSL-3.1.1:

mkdir build
cd build
cmake .. -G "NMake Makefiles" -DWIN32=ON
nmake
nmake install

image

使用python -m unittest -v命令,出现以下错误: image

请问如何解决

great-wind avatar Jun 04 '24 13:06 great-wind