-
Notifications
You must be signed in to change notification settings - Fork 893
/tmp/pip-req-build-s8zh4qlk/opencv/modules/highgui/src/window.cpp:651 The function is not implemented #444
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
Comments
You should probably read the usage and installation guide from the README... You are using headless variants, they do not have GUI (also known as If you encounter Qt plugin load error, then you should check that there is no PyQt installed in the same environment. |
Understood I have read the README and made changes accrodingly
conda list
I made sure that there's no PyQt or qtpy. Still I'm getting this error.
|
Also when I execute the python script in a ubuntu-terminal it runs perfectly without any error. Getting this error message when I run the script in vs code terminal. Any idea why is that? |
Your VS code environment is probably in some inconsistent state. VS code uses virtual environments as far as I know and they have a different set of libraries when compared to your system environment. |
Please post this kind of common programming related question to Stack Overflow or some other QA forum. I'm not some generic support guy who helps with issues in your personal Python IDE. |
Expected behaviour
Script with
cv2.imshow
should display output.Actual behaviour
Write here what went wrong.
Steps to reproduce
Issue submission checklist
opencv-python
The text was updated successfully, but these errors were encountered: