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
posted @ 2020-07-01 17:13  小小咸鱼YwY  阅读(2446)  评论(0编辑  收藏  举报