You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@auto_spy:/autospy# python3 auto_spy_bot.py
sys info:uname_result(system='Linux', node='auto_spy', release='5.15.103', version='#0 SMP Tue Mar 21 14:20:33 2023', machine='x86_64', processor='')
系统为 x86_tx
Traceback (most recent call last):
File "auto_spy_bot2.py", line 28, in
from auto_spy import main
File "auto_spy.py", line 9, in init auto_spy
ModuleNotFoundError: No module named 'Crypto'
root@auto_spy:/autospy# python3 auto_spy_bot.py
sys info:uname_result(system='Linux', node='auto_spy', release='5.15.103', version='#0 SMP Tue Mar 21 14:20:33 2023', machine='x86_64', processor='')
系统为 x86_tx
Traceback (most recent call last):
File "auto_spy_bot2.py", line 28, in
from auto_spy import main
File "auto_spy.py", line 9, in init auto_spy
ModuleNotFoundError: No module named 'Crypto'
提示缺少组件但pip3 install Crypto还是pip3 install requests[Crypto] 安装后重启后还是提示同样的错误
The text was updated successfully, but these errors were encountered: