问题:ERROR: No matching distribution found for torch」=1.0.0 (from fastNLP)

这个报错是指这个安装包没有安装好,并且安装的版本号小于1.0

这个包不能通过普通的安装方式安装,需要通过安装命令来搭建好前期环境。

问题:ERROR: No matching distribution found for torch」=1.0.0 (from fastNLP)_第1张图片

需要把这上面这些软件包都安装好,然后再安装fastNLP

安装torch需要参考另一篇文章https://blog.csdn.net/CaoMei_HuaCha/article/details/104899635

pip install fastNLP
python -m spacy download en

问题:ERROR: No matching distribution found for torch」=1.0.0 (from fastNLP)_第2张图片

 

你可能感兴趣的:(python知识)