gpt4 book ai didi

python - 没有 CUDA 的 PyTorch torch_sparse 安装

转载 作者:行者123 更新时间:2023-12-04 16:25:17 28 4
gpt4 key购买 nike

我是 PyTorch 的新手,我遇到了一个问题,即我无法正确安装我的 torch_sparse 模块。
一般来说,我想使用模块 torch_geometric - 这个我已经安装了。但是,在程序执行期间,我不断收到错误 ModuleNotFoundError: No module named ‘torch_sparse’ 。
我尝试安装它,但是当我使用命令 pip install torch-sparse 时在 anaconda 中,我收到一个错误:
用户警告:CUDA 初始化:在您的系统上找不到 NVIDIA 驱动程序。
我的系统没有 CUDA。那么我该如何安装 torch_sparse没有它的模块?
先感谢您!
亲切的问候
罗斯蒂斯拉夫

最佳答案

pytorch_geometric installation instructions 中所述您必须先安装依赖项和 torch_geometric在那之后。
对于 PyTorch 1.7.0和 CPU:

pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.7.0+cpu.html
pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.0+cpu.html
pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-1.7.0+cpu.html
pip install --no-index torch-spline-conv -f https://pytorch-geometric.com/whl/torch-1.7.0+cpu.html
pip install torch-geometric
请注意torch-1.7.0+cpu每页最后

关于python - 没有 CUDA 的 PyTorch torch_sparse 安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65860764/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com