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

Installation "instructions" for OpenCV don't work #22

Closed
otaku42 opened this issue May 16, 2023 · 0 comments
Closed

Installation "instructions" for OpenCV don't work #22

otaku42 opened this issue May 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@otaku42
Copy link
Owner

otaku42 commented May 16, 2023

Several examples make use of OpenCV, and the installation "instructions" in the .py files ask the user to install OpenCV with pip install cv2. That doesn't work, it should be pip install opencv-python.

While at it, replace pip with python -m pip as suggested in the pip documentation.

@otaku42 otaku42 added the bug Something isn't working label May 16, 2023
@otaku42 otaku42 self-assigned this May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant