python-rdma
python-rdma copied to clipboard
ibverbs library is missing
I cloned the repository and ran sample code but it seems that it does not have ibverbs.py file and only other file extension are available which doesn't seems to work as I get Import Error
import rdma.ibverbs as ibv;
ImportError: No module named ibverbs