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

Add python-opencv as a dependency for ArchLinux #528

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

jinnko
Copy link
Contributor

@jinnko jinnko commented Apr 6, 2021

In the AUR package details GJRodenburg noted the following:

Opencv has split of it's python parts since opencv 4.5.2-2, they are now available as python-opencv. This will need to be included as a dependency of Howdy.

Confirmed locally following an update that howdy was failing with:

Traceback (most recent call last):
  File "/lib/security/howdy/compare.py", line 18, in <module>
    import cv2
ModuleNotFoundError: No module named 'cv2'
Unknown error: 1

Following installation of python-opencv howdy worked as expected.

@boltgolt
Copy link
Owner

boltgolt commented Apr 7, 2021

Thanks!

@boltgolt boltgolt merged commit 95331bd into boltgolt:master Apr 7, 2021
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