📑

【解決】PyInstallerでImportError: ERROR: recursion is detected during loadi

2022/12/10に公開

解決法

# 参考 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