๐จ๐ผ๐ป๊ฐ๋ฐ/OpenCV
OpenCV - pyinstaller ๋น๋ ํ cv2๊ฐ improt ์๋๋ ์ค๋ฅ ํด๊ฒฐ
Janger
2022. 6. 27. 23:34
728x90
pip install opencv-python==4.5.3.56
๋ค์ด๊ทธ๋ ์ด๋๊ฐ ๋ต์ด๋ค.
์ถ์ฒ:
recursion is detected during loading of "cv2" binary extensions
I have a small program which return opencv error after compilation by pyinstaller. But without compilation it's work! I use Python 3.8.10 on Windows 10 Program: import pyautogui import numpy as np ...
stackoverflow.com
728x90