xieshang / AutoSpy

Other
257 stars 62 forks source link

TypeError: __traceback__ must be a traceback or None请大佬指教 #60

Open strongerz opened 10 months ago

strongerz commented 10 months ago

centos9 Python3.9.17

[root@localhost autospy]# python3 auto_spy_bot2.py sys info:uname_result(system='Linux', node='111', release='5.14.0-378.el9.x86_64', version='#1 SMP PREEMPT_DYNAMIC Thu Oct 19 18:39:36 UTC 2023', machine='x86_64') 系统为 x86_tx

:228: RuntimeWarning: compiletime version 3.6 of module 'auto_spy' does not match runtime version 3.9 Traceback (most recent call last): File "/root/auto_spy_data/autospy/auto_spy_bot2.py", line 28, in from auto_spy import main File "auto_spy.py", line 161, in init auto_spy TypeError: __traceback__ must be a traceback or None