📑
【解決】PyInstallerでImportError: ERROR: recursion is detected during loadi
解決法
# 参考 https://github.com/opencv/opencv-python/issues/680
# 自分はこちらで解決
pip install --force-reinstall --no-cache opencv-python==4.5.5.64
# 人によってはこちらで解決するらしい
pip install --force-reinstall --no-cache opencv-python==4.6.0.66
Discussion