You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the latest version (4.7.0) and by itself the use of functions in the terminal works, e.g.
importcv2cv2.waitKey()
However, I have the problem when using the Thonny IDE (uses pip to install packages). There I can also import OpenCV, but I cannot call any functions via tab completion. What is the problem? Have also made a link as follows:
Hello people
I have installed the latest version (4.7.0) and by itself the use of functions in the terminal works, e.g.
However, I have the problem when using the Thonny IDE (uses pip to install packages). There I can also import OpenCV, but I cannot call any functions via tab completion. What is the problem? Have also made a link as follows:
sudo ln -s /home/pk/.local/lib/python3.9/site-packages/cv2 /home/pk/.config/Thonny/plugins/lib/python3.9/site-packages/cv2
Thanks in advance
The text was updated successfully, but these errors were encountered: