Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Test for OpenCV #34

Merged
merged 10 commits into from
Dec 12, 2024
Merged

Conversation

RohanKrMahato
Copy link
Contributor

Added Test for OpenCV Version Compatibility in MetaCall on Windows

Issue Summary:
In response to the issue reported in PR #33, where OpenCV (cv2) was failing to load within MetaCall on Windows 11, we have identified that the error was caused by incompatible versions of OpenCV and NumPy.

Use the following command to install the compatible OpenCV.
Open command prompt and run:-

metacall pip install opencv-contrib-python==3.4.11.45
metacall pip uninstall numpy --yes     #this is to uninstall the numpy which came with OpenCV installation
metacall pip install numpy==1.21.6

@viferga viferga merged commit fab9fce into metacall:develop Dec 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants