Microsoft Windows Python-3.6 PyCrypto installation error

后端 未结 8 2105
陌清茗
陌清茗 2020-11-29 00:30

pip install pycrypto works fine with python3.5.2 but fails wiht python3.6 with the following error:

inttypes.h(26): error C2061: syntax e

8条回答
  •  遥遥无期
    2020-11-29 01:05

    Use PyCryptodome instead of pycrypto. pycrypto is discontinued and is no longer actively supported. PyCryptodome exposes almost the same API as pycrypto (source).

提交回复
热议问题