在linux 中,docker 容器里安装pip install yaml 报错

在docker 容器中 输入使用pip install yaml

root@4d40aa55a311:/# pip install yaml
ERROR: Could not find a version that satisfies the requirement yaml (from versions: none)
ERROR: No matching distribution found for yaml

 解决:  pip install pyyaml  正确格式

 

 

你可能感兴趣的:(linux,docker,pip)