You should consider upgrading via the 'pip install --upgrade pip' command

上面是我创建的群聊,欢迎新朋友的加入。

报错内容:

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-xehzqlx5/Markdown/
You are using pip version 8.1.1, however version 20.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Installation failed: Command ' pip3 install  --trusted-host files.pythonhosted.org -r /opt/movidius/NCSDK/requirements.txt' return code=1. Error on line 324 in ./install-utilities.sh.  Will exit 
Makefile:47: recipe for target 'install' failed
make: *** [install] Error 131

解决方案

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python3 get-pip.py --force-reinstall
sudo apt-get update
sudo apt-get upgrade

检查

原创文章 140 获赞 77 访问量 15万+

猜你喜欢

转载自blog.csdn.net/Jun626/article/details/105886843