Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find a version that satisfies the requirement torch==1.0.1.post2 #26

Open
linbeijianbaoxia opened this issue Dec 9, 2021 · 2 comments

Comments

@linbeijianbaoxia
Copy link

env: pyhton 3.6.8
PC: window 10
IS torch==1.0.1.post2 not available on Windows?
很抱歉,我的找不到torch==1.0.1.post2,尝试安装1.0.0、1.0.1、1.1.0都会报错
错误信息如下:
DEVICE: cpu
Traceback (most recent call last):
File "C:/Users/14656/Desktop/Program/GNN/Github/graphSAGE-pytorch-master/src/main.py", line 46, in
config = pyhocon.ConfigFactory.parse_file(args.config)
File "C:\Users\14656\miniconda3\envs\graphSAGE-pytorch-master\lib\site-packages\pyhocon\config_parser.py", line 102, in parse_file
raise e
File "C:\Users\14656\miniconda3\envs\graphSAGE-pytorch-master\lib\site-packages\pyhocon\config_parser.py", line 97, in parse_file
with codecs.open(filename, 'r', encoding=encoding) as fd:
File "C:\Users\14656\miniconda3\envs\graphSAGE-pytorch-master\lib\codecs.py", line 897, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: './src/experiments.conf'

@Yuhao-Luo
Copy link

终端路径不对,你去看experiments.conf写法

@Mariyaaaaaaaaaa
Copy link

可以把main.py放在graphSAGE-pytorch-master下而不是src文件夹下。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants