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
Traceback (most recent call last):
File "D:\IdeaProjects\Qwen-Agent\qwen_agent\tools\python_executor.py", line 139, in execute
timeout(timeout_length)(runtime.exec_code)('\n'.join(code))
File "D:\IdeaProjects\Qwen-Agent\venv\lib\site-packages\timeout_decorator\timeout_decorator.py", line 75, in new_function
old = signal.signal(signal.SIGALRM, handler)
AttributeError: module 'signal' has no attribute 'SIGALRM'. Did you mean: 'SIGABRT'?
('', "AttributeError: module 'signal' has no attribute 'SIGALRM'. Did you mean: 'SIGABRT'?")
Traceback (most recent call last):
File "D:\IdeaProjects\Qwen-Agent\qwen_agent\tools\python_executor.py", line 139, in execute
timeout(timeout_length)(runtime.exec_code)('\n'.join(code))
File "D:\IdeaProjects\Qwen-Agent\venv\lib\site-packages\timeout_decorator\timeout_decorator.py", line 75, in new_function
old = signal.signal(signal.SIGALRM, handler)
AttributeError: module 'signal' has no attribute 'SIGALRM'. Did you mean: 'SIGABRT'?
('', "AttributeError: module 'signal' has no attribute 'SIGALRM'. Did you mean: 'SIGABRT'?")
venv/Lib/site-packages/timeout_decorator/timeout_decorator.py
def decorate(function):
timeout_decorator需要区分windows和liunx平台
The text was updated successfully, but these errors were encountered: