0

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.

NiRvanA
  • 105
  • 1
  • 1
  • 8

1 Answers1

0

It looks like the most up-to-date information for installing ucx recommends installing from the rapidsai conda channel, in case you haven't tried this already.

scj13
  • 306
  • 1
  • 5