Sem o python3.13 free-threading, o cv2 importando numpy está bem. Mas quando o python3.13 free-threading está ligado, quando o cv2 tenta importar numpy, o numpy dá esse erro:
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
Isso significa que cv2 e python3.13 free-threading não são compatíveis? Sou relativamente novo em cv2, python3.13 e threading :)