I am trying to run on a dask cluster using the ucx protocol. I got to know from my admins that the protocol is installed as expected. I however receive the following error when I am trying to switch to the ucx protocol:
from ucp import get_config, get_ucx_version
ModuleNotFoundError: No module named 'ucp'
I have tried things like pip install ucp
, conda install ucp
, conda install -c travis emi-ucp
, but now I should have some other or old ucp
since I cannot import neither get_config, get_ucx_version
.