gpt4 book ai didi

python - pycrypto : No module named strxor

转载 作者:太空宇宙 更新时间:2023-11-03 16:03:44 24 4
gpt4 key购买 nike

我收到此错误:

   Traceback (most recent call last):
File "test.py", line 8, in <module>
from Crypto.Cipher import PKCS1_OAEP
File "C:\Users\Mokhles\Downloads\google-api-python-client-1.5.3\Crypto \Cipher\PKCS1_OAEP.py", line 57, in <module>
import Crypto.Signature.PKCS1_PSS
File "C:\Users\Mokhles\Downloads\google-api-python-client-1.5.3\Crypto \Signature\PKCS1_PSS.py", line 74, in <module>
from Crypto.Util.strxor import strxor
ImportError: No module named strxor

知道如何解决吗?

环境:-Windows 10-python 2.7

最佳答案

看起来您只是将 pyCrypto 复制到您的项目中。 PyCrypto 是依赖于某些 native 库/代码(如 libtomcrypt)的库。您必须正确安装它。例如,您可以通过 pip 执行此操作:

pip2 install pycrypto

pip3 install pycrypto

取决于您想要使其可用的 Python 版本。

关于python - pycrypto : No module named strxor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40059592/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com