问题:
在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知识,请关注Python视频教程!!
问题:
在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知识,请关注Python视频教程!!
© 2021 Python学习网 苏ICP备2021003149号-1