Rpyc module

Hy all,
I am trying to use rpyc in the pynq-z2. I already install the package in the python library. However, when I run the python file through jupyter terminal the system cannot detect the module.

import rpyc
ImportError: No module named rpyc

Does anyone have experience about that? thank you

Can you share the command you ran to install the package and terminal output?