๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
๐Ÿ‘จ๐Ÿผ‍๐Ÿ’ป๊ฐœ๋ฐœ/OpenCV

OpenCV - pyinstaller ๋นŒ๋“œ ํ›„ cv2๊ฐ€ improt ์•ˆ๋˜๋Š” ์˜ค๋ฅ˜ ํ•ด๊ฒฐ

by Janger 2022. 6. 27.
728x90
๋ฐ˜์‘ํ˜•
 pip install opencv-python==4.5.3.56

๋‹ค์šด๊ทธ๋ ˆ์ด๋“œ๊ฐ€ ๋‹ต์ด๋‹ค.

 

์ถœ์ฒ˜: 

https://stackoverflow.com/questions/69855356/recursion-is-detected-during-loading-of-cv2-binary-extensions

 

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
๋ฐ˜์‘ํ˜•