ubantu下出现 ERROR: opencv_python-3.4.2.16-cp37-cp37m-manylinux1_i686.whl is not a supported wheel on this platform.
博主环境:ubantu20.0 anaconda 虚拟环境下python3.7
opencv-python 3.4.2.16 一般的安装方式已经无法安装了,可行的方法是在清华源https://pypi.tuna.tsinghua.edu.cn/simple/opencv-python/ 上下载whl文件,然后pip install .whl,例如:
在~/anaconda3/envs/st-py37/lib/python3.7/site-packages(这个位置只需要是whl所在的目录位置即可)下打开终端
conda activate st-py37
pip3 install opencv_python-3.4.2.16-cp37-cp37m-manylinux1_i686