OS Error in Jetson Nano

Hi!

I am trying to read data from a device using Python and a library misty in jetson nano.

The error I am getting is:
OSError: /#/#/#/venv/lib/python3.6/site-packages/misty/mstplib/libmstp_agent_linux.so: cannot open shared object file: No such file or directory.

Tried adding links, etc. available on the Internet.
How can I fix this?

Thanks in anticipation.

Moving to Jetson Nano forum for resolution.

Hi,

Could you share more information about misty with us?
Do you install it via pip3 or build from the source?

Thanks.

I have installed misty from pip3 in a virtual environment.