How to setup RPC Library on Computer

Hello,
I’m trying to use the rpc library to connect my computer and my OpenMV board.
I am having difficulties using the library on the computer side. I have the rpc.py script, downloaded from the GitHub, but I’m having issues with the other library dependencies; such as machine and omv. The readme document in which the rpc.py script is found is empty so I am lost in what steps to follow, or even if this is the correct rpc.py script to use.

I could not find any resources showing how to install this library on the PC other than placing the rpc.py script in the correct work folder. If there are any documents with steps to install this library, I would really appreciate being guided to it :grinning_face:
Where I got the rpc.py library: openmv/scripts/libraries at master · openmv/openmv · GitHub
Thanks!

Hi we dropped RPC library support to the PC. It never worked well and there’s other protocols for this that work better.

Please use our debug protocol for pulling text and images: openmv/tools/pyopenmv.py at master · openmv/openmv · GitHub
openmv/tools/pyopenmv_fb.py at master · openmv/openmv · GitHub