当前位置:网站首页>ImportError: ERROR: recursion is detected during loading of “cv2“ binary extensions. Check OpenCV in

ImportError: ERROR: recursion is detected during loading of “cv2“ binary extensions. Check OpenCV in

2022-06-26 08:34:00 happy Every daylala

pyinstaller打包exe出现错误
ImportError: ERROR: recursion is detected during loading of “cv2” binary extensions. Check OpenCV installation.
降低版本无用

在命令行或者.sh文件里,可以在运行.py文件前直接指定:

CUDA_VISIBLE_DEVICES=x python xxx.py

原网站

版权声明
本文为[happy Every daylala]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_30206643/article/details/125423995