1. 程式人生 > >【Django】【待解決問題】

【Django】【待解決問題】

frame com port crypt err bsp file create todo

1.

from Crypto.Cipher import AES
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/Crypto/Cipher/__init__.py", line 78, in <module>
from Crypto.Cipher._mode_ecb import _create_ecb_cipher
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/Crypto/Cipher/_mode_ecb.py", line 29, in <module>
from Crypto.Util._raw_api import (load_pycryptodome_raw_lib,
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/Crypto/Util/_raw_api.py", line 33, in <module>
from Crypto.Util.py3compat import byte_string
ImportError: cannot import name ‘byte_string‘

2.

【Django】【待解決問題】