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

No module named 'cv2' #23

Open
jasiotranswo opened this issue Mar 26, 2024 · 4 comments
Open

No module named 'cv2' #23

jasiotranswo opened this issue Mar 26, 2024 · 4 comments

Comments

@jasiotranswo
Copy link

C:\Users\Jan\miniconda3\python.exe C:\Users\Jan\Brawl_Bot\pythonProject\BrawlStarsBot\detection_test.py
Traceback (most recent call last):
File "C:\Users\Jan\Brawl_Bot\pythonProject\BrawlStarsBot\detection_test.py", line 1, in
import cv2 as cv
ModuleNotFoundError: No module named 'cv2'

Process finished with exit code 1

@Jooi025
Copy link
Owner

Jooi025 commented Apr 2, 2024

have you install the required library?

@jasiotranswo
Copy link
Author

Yes

@MDHtrappy
Copy link

make sure to use python 3.11.6, 3.12 won't work.

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

No branches or pull requests

4 participants
@jasiotranswo @Jooi025 @MDHtrappy and others