你可以尝试更换网络环境或者使用镜像源来安装torch_geometric。在中国,你可以尝试使用豆瓣的PyPI镜像源,在终端中运行以下命令来设置镜像源: pip config set global.index-url https://pypi.doubanio.com/simple/ 然后再次尝试安装torch_geometric。 如果问题仍然存在,可能是由于torch_geometric的版本问题或者是与你的系统...
安装torch-geometric没报错,导入包时需要torch-sparse,geometric包需要这个依赖。 所以就安装torch-sparse,但是一直报错,类似于: ERROR: Command errored out with exit status 1: command: 'C:\Users\hastings\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users...
可能是torch其他的包的版本问题限制了torch-geometric的安装,先将其他卸载,torch-geometric再进行安装,然后再讲其他对应版本的torch包进行安装
导入torch_geometric库出现的问题 发布于 2023-10-20 10:53・IP 属地重庆 软件安装 Torch (深度学习框架) Linux 安装 写下你的评论... 打开知乎App 在「我的页」右上角打开扫一扫 其他扫码方式:微信 下载知乎App 开通机构号 无障碍模式 验证码登录 ...
首先,检验终端是否能够成功调用。我就是会先新建一个example.py文件,然后去torch_geometric的官网,复制一段命令,测试一下。 测试代码 终端输入命令 python example.py,发现出现提示“libcusparse.so.11: cannot open shared object file: No such file or directory”(如果没提示,直接输出结果,那就是安装成功啦)。
1. 下载对应的安装包 根据pytorch和cuda的版本,选择scatter和sparse的版本,网址链接为:https://pytorch-geometric.com/whl/,比如我的torch是1.7.1和cuda10.2,点击选择对应的版本,我选择的是 torch_scatter 2.0.6 和 torch_sparse 0.6.9。 2. 手动安装包 ...
新建example.py文件,从torch_geometric官网复制命令测试。终端执行python example.py,若出现libcusparse.so.11错误提示,需将libcusparse.so.11文件放置于Anaconda安装路径下的lib文件夹,执行以下命令解决:export LD_LIBRARY_PATH="/home/ubuntu/anaconda3/lib/"source ~/.bashrc 若在PyCharm中无法调用,...
比如使用pip install torch_scatter安装torch_scatter会失败。 网上有的解决方法说是,在后面加上 -fhttps://pytorch-geometric.com/whl/torch-1.x.x.html,但是试了还是失败 直接安装-失败 最后解决方法是直接用whl文件安装 1. 访问https://pytorch-geometric.com/whl/torch-1.7.1.html ...
错误详情: Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting mysqlclient Downloading https://pypi.tuna.tsinghua.edu.cn/packages/4d/38/c5f8bac9c50f3042c8f05615f84206f77f03db79781db841898fde1bb284/mysqlclient-1.4.4.tar.gz (86kB) |███ ...