indy-node icon indicating copy to clipboard operation
indy-node copied to clipboard

Perfomance test

Open guilherme-funchal opened this issue 4 years ago • 2 comments

Hi

Error whem I m trying to execute perf_process.py :

Traceback (most recent call last): File "/usr/local/bin/perf_processes.py", line 4, in import('pkg_resources').run_script('indy-perf-load==1.2.0', 'perf_processes.py') File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 658, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1445, in run_script exec(script_code, namespace, namespace) File "/usr/local/lib/python3.6/dist-packages/indy_perf_load-1.2.0-py3.6.egg/EGG-INFO/scripts/perf_processes.py", line 465, in File "/usr/local/lib/python3.6/dist-packages/indy_perf_load-1.2.0-py3.6.egg/perf_load/perf_utils.py", line 143, in call File "/usr/local/lib/python3.6/dist-packages/indy_perf_load-1.2.0-py3.6.egg/perf_load/perf_utils.py", line 160, in init File "/usr/local/lib/python3.6/dist-packages/indy_perf_load-1.2.0-py3.6.egg/perf_load/perf_utils.py", line 160, in File "/usr/lib/python3.6/json/init.py", line 354, in loads return _default_decoder.decode(s) File "/usr/lib/python3.6/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

guilherme-funchal avatar Jan 29 '21 19:01 guilherme-funchal

This is still an issue as of 8/26/21. I tried it and got the same error, but using windows 10.

Is there any one working on this?

GavinBendixsen avatar Aug 26 '21 15:08 GavinBendixsen

I believe this is still an issue. I'll have to double check next time I run the scripts, but I believe some dependencies are missing.

WadeBarnes avatar May 23 '23 15:05 WadeBarnes