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
When the package of opencv-python and numpy==1.19.5 were installed on python 3.6, and python tests were run, the error core dumped happens. It happens because of the issue.
How to resolve:
Downgrade the numpy version to 1.19.4 using the following command:
python3.6 -m pip install -U numpy==1.19.4
Still use numpy with the version 1.19.5, but use the following command before running tests: