Home Python下载yaml模块报错
Post
Cancel

Python下载yaml模块报错

报错信息

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来安装。

This post is licensed under CC BY 4.0 by the author.

MyBatis报错,无效的列索引

Spring Boot使用PageHelper