报错信息
cmd安装yaml,网上大部分写的都是pip install yaml,可是,执行完报错Could not find a version that satisfies the requirement yaml No matching distribution found for yaml.,但是执行pip install pyyaml就可以成功。
报错原因
python3.X只能使用pip install pyyaml来安装。
cmd安装yaml,网上大部分写的都是pip install yaml,可是,执行完报错Could not find a version that satisfies the requirement yaml No matching distribution found for yaml.,但是执行pip install pyyaml就可以成功。
python3.X只能使用pip install pyyaml来安装。
A new version of content is available.