When I try to run the performance script I get the following errors. What is the solution? Thanks
python3 perf_processes.py -n 1000 -k nym
Traceback (most recent call last):
File "/home/surya/indy-node/scripts/performance/perf_load/perf_processes.py", line 505, in
check_genesis(dict_args["genesis_path"])
File "/home/surya/indy-node/scripts/performance/perf_load/perf_processes.py", line 452, in check_genesis
loop.run_until_complete(pool.set_protocol_version(2))
File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/surya/.local/lib/python3.10/site-packages/indy/pool.py", line 212, in set_protocol_version
res = await do_call('indy_set_protocol_version',
File "/home/surya/.local/lib/python3.10/site-packages/indy/libindy.py", line 30, in do_call
err = getattr(_cdll(), name)(command_handle,
File "/home/surya/.local/lib/python3.10/site-packages/indy/libindy.py", line 133, in _cdll
_cdll.cdll = _load_cdll()
File "/home/surya/.local/lib/python3.10/site-packages/indy/libindy.py", line 165, in _load_cdll
raise e
File "/home/surya/.local/lib/python3.10/site-packages/indy/libindy.py", line 160, in _load_cdll
res = CDLL(libindy_name)
File "/usr/lib/python3.10/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: libindy.so: cannot open shared object file: No such file or directory
When I try to run the performance script I get the following errors. What is the solution? Thanks
python3 perf_processes.py -n 1000 -k nym
Traceback (most recent call last): File "/home/surya/indy-node/scripts/performance/perf_load/perf_processes.py", line 505, in
check_genesis(dict_args["genesis_path"])
File "/home/surya/indy-node/scripts/performance/perf_load/perf_processes.py", line 452, in check_genesis
loop.run_until_complete(pool.set_protocol_version(2))
File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/surya/.local/lib/python3.10/site-packages/indy/pool.py", line 212, in set_protocol_version
res = await do_call('indy_set_protocol_version',
File "/home/surya/.local/lib/python3.10/site-packages/indy/libindy.py", line 30, in do_call
err = getattr(_cdll(), name)(command_handle,
File "/home/surya/.local/lib/python3.10/site-packages/indy/libindy.py", line 133, in _cdll
_cdll.cdll = _load_cdll()
File "/home/surya/.local/lib/python3.10/site-packages/indy/libindy.py", line 165, in _load_cdll
raise e
File "/home/surya/.local/lib/python3.10/site-packages/indy/libindy.py", line 160, in _load_cdll
res = CDLL(libindy_name)
File "/usr/lib/python3.10/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: libindy.so: cannot open shared object file: No such file or directory