(env) D:\python-and-Taiwan-stock-market\Trading>python 1_buy_follow_corp.py Traceback (most recent call last): File "D:\python-and-Taiwan-stock-market\Trading\1_buy_follow_corp.py", line 4, in import utility_f as uf File "D:\python-and-Taiwan-stock-market\Trading\utility_f.py", line 10, in from AES_Encryption.encrype_process import File "D:\python-and-Taiwan-stock-market\Trading\AES_Encryption\encrype_process.py", line 2, in from AES_Encryption.en_decrype import File "D:\python-and-Taiwan-stock-market\Trading\AES_Encryption\en_decrype.py", line 1, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'
(env) D:\python-and-Taiwan-stock-market\Trading>python 1_buy_follow_corp.py Traceback (most recent call last): File "D:\python-and-Taiwan-stock-market\Trading\1_buy_follow_corp.py", line 4, in import utility_f as uf File "D:\python-and-Taiwan-stock-market\Trading\utility_f.py", line 10, in from AES_Encryption.encrype_process import File "D:\python-and-Taiwan-stock-market\Trading\AES_Encryption\encrype_process.py", line 2, in from AES_Encryption.en_decrype import File "D:\python-and-Taiwan-stock-market\Trading\AES_Encryption\en_decrype.py", line 1, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'