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.
在 google colab 上,我安装了 conda,然后通过 conda 安装了 cudf。但是现在我需要重新安装我在代码中使用的所有包,如 sklearn 等。有没有办法在没有 conda 的情况下安装 cudf ?pip 不再适用于 cudf。此外,如果有其他类似的 gpu 数据框可以使用 pip 安装,那将有很大帮助。
不,cudf 不能作为 pip 包使用。
您没有说为什么需要 cudf,但我会尝试 pandas、dask 或 vaex,其中之一肯定会满足您的需要。