Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试导入 cudf 并收到以下错误:
ModuleNotFoundError Traceback (most recent call last) <ipython-input-2-4d311da055f8> in <module>() ----> 1 import cudf; print('cuDF Version:', cudf.__version__) ModuleNotFoundError: No module named 'cudf'
我错过了什么?
对于其他人来说,由于这个问题是通过另一个渠道的讨论解决的,所以问题的原因是没有与 RAPIDS 兼容的 GPU 连接到 Colab 实例。
请记住,RAPIDS-Colab 安装脚本会检查您是否有兼容 RAPIDS 的 GPU,并在前 15 秒内通知您。它不会出错,而是会打印出问题和解决步骤,而不是安装 RAPIDS,以免将您的时间浪费在不起作用的事情上。
如果您遇到此问题,请检查您的打印输出!