简体   繁体   中英

How to install ucp module in python? [dask]

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 .

看起来安装 ucx的最新信息建议从rapidsai频道安装,以防您还没有尝试过。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM