问题:
在pycharm中安装CV2出现错误Non-zero exit code (1)
解决方法:
升级pip , 在终端cmd中输入
python -m pip install --upgrade pip
如果升级出现错误 :
AttributeError: ‘NoneType’ object has no attribute ‘bytes’
easy_install -U pip
更多Python知识,请关注!!