linux环境"ModuleNotFoundError: No module named 'Cryptodome'",


1.解决方法

#pycrypto、pycrytodome和crypto是一个东西,crypto在python上面的名字是pycrypto,
1.pip3 uninstall pycryptodome
2.pip3 install pycryptodome
3.pip3 install pycryptodomex

相关内容

    暂无相关文章

评论关闭