ERROR: No matching distribution found for botocore 1.17.0,=1.16.19 boto3-pytorch_transformer

(> < 天哪 为什么要欺负我这种小菜鸡)

报错信息:

ERROR: No matching distribution found for botocore<1.17.0,>=1.16.19 (from boto3->pytorch_transformers)、

ERROR: No matching distribution found for botocore 1.17.0,=1.16.19 boto3-pytorch_transformer_第1张图片

报错后,去https://pypi.org/project/botocore/#modal-close下载最新的botocore的.whi文件(我之前直接pip安装,你懂得超级慢,但是pip并且用镜像之后还是装不好,我就去下最新的.whl文件了)

然后:

pip install botocore-1.16.19-py2.py3-none-any.whl

然后

pip install awscli

然后

pip install boto3

最后再次安装

pip install pytorch_transformers -i https://pypi.tuna.tsinghua.edu.cn/simple

就可以了。

ERROR: No matching distribution found for botocore 1.17.0,=1.16.19 boto3-pytorch_transformer_第2张图片

你可能感兴趣的:(debug)