cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

oneagent_sim.exe encountered AttributeError on demo_oneagent_plugin

chuan_sern_wong
Advisor

Hey,

Anyone encountered below error running oneagent_sim on the demo_oneagent_plugin ? Running on Windows 10 OS with python3.7

PS D:\dev\projects\demo_oneagent_plugin> oneagent_sim.exe
ERROR:plugin_sdk.plugin_simulator:Plugin simulator was stopped with unexpected exception
Traceback (most recent call last):
File "d:\apps\python\python37-32\lib\site-packages\plugin_sdk\plugin_simulator.py", line 348, in _main
platform_api=platform_api,
File "d:\apps\python\python37-32\lib\site-packages\ruxit\plugin_loop.py", line 337, in main
atexit.unregister(concurrent.futures.thread._python_exit)
File "d:\apps\python\python37-32\lib\concurrent\futures\__init__.py", line 52, in __getattr__
raise AttributeError(f"module {__name__} has no attribute {name}")
AttributeError: module concurrent.futures has no attribute thread
Plugin simulator summary:


1 REPLY 1

chuan_sern_wong
Advisor

Got it resolve by downgrading the python to 3.6


Featured Posts