系统:ubuntu14.04
已安装:python2.7
需求:安装opencv-python
问题:python import cv2报错;
解决:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package注意,simple 不能少, 是 https 而不是 http清华大学开源软件镜像站
simple
https
http