duanhongyi / gmssl

a python crypto for sm2/sm3/sm4
MIT License
470 stars 139 forks source link

安装 gmssl-3.2.2-py3-none-any.whl报错 #87

Open Luancem opened 4 months ago

Luancem commented 4 months ago

在python3.10环境使用“pip3.10 install gmssl-3.2.2-py3-none-any.whl --no-index”安装gmssl时提示报错。但我环境上已经安装了pycrytodomex-3.19.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl并且能使用(from Cryptodome.Cipher import ARC4)。

INFO: pip is looking at multiple versions of gmssl to determine which version is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requeirement pycryptodomex(from gmssl)(from versions: none) ERROR: No matching distribution found for pycryptodomex.

Luancem commented 4 months ago

gmssl-3.2.2-py3-none-any.whl, 是否是没有版本号导致的和pycryptodomex不匹配呢