ERROR: pip‘s dependency resolver does not currently take into account all the packages that are inst

ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torchvision 0.12.0 requires torch==1.11.0, but you have torch 1.10.0 which is incompatible.
在这里插入图片描述

torchtext安装失败

改成以下形式
ERROR: pip‘s dependency resolver does not currently take into account all the packages that are inst_第1张图片

pip install XXX -i https://pypi.mirrors.ustc.edu.cn/simple

你可能感兴趣的:(pytorch,人工智能,python)