pyinstaller 打包opencv问题

记录一下pyinstaller 打包opencv出现的问题

1.显示 no module named ‘cv2‘

解决办法:更改pyinstaller和opencv版本

你可能感兴趣的:(python,opencv)