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
原文地址:https://www.cnblogs.com/pythonywy/p/13220274.html