zjunlp / MKG_Analogy

[ICLR 2023] Multimodal Analogical Reasoning over Knowledge Graphs
https://zjunlp.github.io/project/MKG_Analogy/
MIT License
99 stars 11 forks source link

Requirements issue #6

Closed buaaneymar closed 1 year ago

buaaneymar commented 1 year ago

您好,打扰了。我在pip requirements的时候,出现了could not find torchvision==0.8.0, torch=1.7.0等 (只有一些其他版本)问题,麻烦问一下这种情况我应该怎么解决,安装其他版本的是否可行。希望能得到您的回复与帮助,谢谢!

flow3rdown commented 1 year ago

您好,您也可以按照pytorch官网的指令手动安装pytorch,https://pytorch.org/get-started/previous-versions/

例如,conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=10.1 -c pytorch

buaaneymar commented 1 year ago

好的,感谢您的回复!

buaaneymar commented 1 year ago

您好,您也可以按照pytorch官网的指令手动安装pytorch,https://pytorch.org/get-started/previous-versions/

例如,conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=10.1 -c pytorch

还有一个问题,就是我pip requriments后i,其他包都装了,datasets 2.3.2 depends on tqdm>=4.62.1,The conflict is caused by: The user requested tqdm==4.49.0。我可以安装tqdm==4.62以上的版本吗,还是只能4.49。谢谢!!

flow3rdown commented 1 year ago

你可以安装高版本tqdm试下,没特殊情况是无影响的。