opencv:
问题(-215:Assertion failed) !_src.empty() in function 'cv::cvtColor' opencv
1、路径或图片名含中文名
2、图片问题
3、路径问题
path+'/'+文件名
serial:
1、AttributeError: module 'serial' has no attribute 'Serial'
pip install pyserial
pip install serial
只安装一个报错
2、TypeError: unicode strings are not supported, please encode to bytes: '12345'
n=t.write('12345');
n=t.write('12345'.encode());