In win10 environment running flent, the following error appears, is it possible to fix? ``` [D:\]$ flent rrul -p ping_cdf -l 60 -H netperf.bufferbloat.net -t text-to-be-included-in-plot -o filename.png Starting Flent 2.0.1 using Python 3.8.0. Starting rrul test. Expected run time: 70 seconds. Traceback (most recent call last): File "e:\python38\lib\runpy.py", line 192, in _run_module_as_main return _run_code(code, main_globals, None, File "e:\python38\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "E:\python38\Scripts\flent.exe\__main__.py", line 9, in File "e:\python38\lib\site-packages\flent\__init__.py", line 60, in run_flent b.run() File "e:\python38\lib\site-packages\flent\batch.py", line 618, in run return self.run_test(self.settings, self.settings.DATA_DIR, True) File "e:\python38\lib\site-packages\flent\batch.py", line 515, in run_test res = self.agg.postprocess(self.agg.aggregate(res)) File "e:\python38\lib\site-packages\flent\aggregators.py", line 237, in aggregate measurements, metadata, raw_values = self.collect() File "e:\python38\lib\site-packages\flent\aggregators.py", line 110, in collect signal.signal(signal.SIGUSR1, handle_usr1) AttributeError: module 'signal' has no attribute 'SIGUSR1' ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/233