python setup.py egg_info“ failed with error code 1 in xxxxxxxx问题解决

python setup.py egg_info" failed with error code 1 in xxxxxxxx问题解决

  • 一、问题描述:通过pip安装opencv-python时候,提示安装
  • 二、解决办法:升级pip
  • 三、结果

一、问题描述:通过pip安装opencv-python时候,提示安装

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-c0tkmd79/opencv-python/

![在这里插入图片描述](https://img-blog.csdnimg.cn/0c6893a9475d4c0f81816dd83844fdf7.png#pic_centerpython setup.py egg_info“ failed with error code 1 in xxxxxxxx问题解决_第1张图片

二、解决办法:升级pip

一般都是由于pip版本过低导致
直接在控制台输入升级pip命令:

pip install --upgrade pip

python setup.py egg_info“ failed with error code 1 in xxxxxxxx问题解决_第2张图片

三、结果

再次输入原先安装opencv-python的命令就没问题了
python setup.py egg_info“ failed with error code 1 in xxxxxxxx问题解决_第3张图片

你可能感兴趣的:(python,开发语言,pip,深度学习)