简体   繁体   English

在 Anaconda 中安装 cdQA 的问题

[英]Problem with cdQA installation in Anaconda

I am trying to install cdqa in Anaconda using:我正在尝试使用以下cdqa在 Anaconda 中安装cdqa

pip install cdqa

but it is showing error message ie:但它显示错误消息,即:

ERROR:could not find a version that satisfies the requirement torch==1.2.0(from cdqa) (from versions:0.1.2, 0.1.2.post1, 0.1.2.post2) no matching distribution found for torch==1.2.0 (from cdqa)

Try any of these commands pasted below should work尝试下面粘贴的任何这些命令应该可以工作

conda install pytorch==1.2.0 torchvision==0.4.0 -c pytorch畅达安装 pytorch==1.2.0 torchvision==0.4.0 -c pytorch

OR或者

pip install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html pip install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html

OR或者

conda install -c pytorch pytorch-nightly-cpu conda install -c pytorch pytorch-nightly-cpu

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM