You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build OpenCV with bindings using Python 3.13 with no GIL. I am able to build OpenCV, but when trying to import cv2 I get an error: RuntimeError: _ARRAY_API is not PyCapsule object.
Steps to reproduce
Build a docker container using the following dockerfile:
@opencv-alalek, I opened an issue in the NumPy repository, but it seems like everything is pointing back towards this being an OpenCV issue. numpy/numpy#28138
System Information
Detailed description
I am trying to build OpenCV with bindings using Python 3.13 with no GIL. I am able to build OpenCV, but when trying to import
cv2
I get an error:RuntimeError: _ARRAY_API is not PyCapsule object
.Steps to reproduce
Build a docker container using the following dockerfile:
Then, inside the container run
python3.13t -c "import cv2"
Issue submission checklist
The text was updated successfully, but these errors were encountered: