fukexue / RGM

122 stars 17 forks source link

No matching distribution found for etw-pytorch-utils==1.1.1 #4

Closed amgoing closed 3 years ago

amgoing commented 3 years ago

我在使用pip install -r requirements.txt这个语句的时候,报错说No matching distribution found for etw-pytorch-utils==1.1.1,我安装torch时使用的是这条语句 图片 为什么会这样呢,我的CUDA安装的是10.2的版本,cudnn安装的是7.6的版本,这样会有问题吗

fukexue commented 3 years ago

The reason may be that the library is not found in pip. However, if this library is not installed, it should not affect the operation of the program. If you must install it, you can try this operation pip install git+git@github.com:chenzhutian/etw_pytorch_utils.git, and remove etw-pytorch-utils==1.1.1 from the requirements file.

amgoing commented 3 years ago

好的,谢谢~

p.xie @.***

 

------------------ 原始邮件 ------------------ 发件人: "fukexue/RGM" @.>; 发送时间: 2021年7月15日(星期四) 上午10:42 @.>; @.**@.>; 主题: Re: [fukexue/RGM] No matching distribution found for etw-pytorch-utils==1.1.1 (#4)

The reason may be that the library is not found in pip. However, if this library is not installed, it should not affect the operation of the program. If you must install it, you can try this operation pip install @.***:chenzhutian/etw_pytorch_utils.git, and remove ext from the requirements file.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.