問題
使用Python3.9環(huán)境的時(shí)候執(zhí)行
from Crypto.Cipher import AES
報(bào)錯(cuò):
ImportError: cannot import name 'byte_string' from 'Crypto.Util.py3compat'
解決
$ pip3 uninstall pycrypto
$ pip3 uninstall pycryptodome
$ pip3 install pycryptodome
歡迎關(guān)注我的同名公眾號,原創(chuàng)技術(shù)文章第一時(shí)間推送辽俗。
如果你有遇到Linux系統(tǒng)或者其他技術(shù)問題无牵,也可以付費(fèi)協(xié)助解決茬祷。