at 2:16 when I used cmd while i paste that comand (CMD) it shows 'pip' is not recognized as an internal or external command, operable program or batch file. what should I do
I had written 'pip install opencv-python' but it can not work, it had problem 'pip is not recognized as an internal or external comand, operable program or batch file' how i can solve it?
i have installed both opencv and numpy on command prompt, but when i go back to IDLE Shell to run 'import cv2', it still says error (red lines). Have any idea how to solve it?
'!pip' is not recognized as an internal or external command, operable program or batch file. - I am getting this error after typing pip install python cv in command prompt what should I do?
i did everythong right. even opencv was installed. import cv2 lso worked. but the command "print(cv2._version) did not work and gave the same error as i got in my code.
Trying to install and keep getting same error Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Python311\Scripts\pip.exe\__main__.py", line 4, in ModuleNotFoundError: No module named 'pip' Anyone have a solution? (ik this is old but. I have hope.)
Hello,I downloaded opencv python on command prompt .However I see the below error. import cv2 print(cv2._version_) Traceback (most recent call last): File "", line 1, in print(cv2._version_) AttributeError: module 'cv2' has no attribute '_version_'
thanks, now I can show a picture of shrek in python
short easy and 100% successful thank you
Thank you 😊
at 2:16 when I used cmd while i paste that comand (CMD) it shows 'pip' is not recognized as an internal or external command,
operable program or batch file.
what should I do
You might have problem installing python on your system.
Check if python bin is added on your environment variable
Thanks bro It helped
You’re welcome
thanks It was really helpful
Thank you
I had written 'pip install opencv-python' but it can not work, it had problem 'pip is not recognized as an internal or external comand, operable program or batch file' how i can solve it?
same problem
check environment variable path for python
@@ProgrammingFever why ,.I don't know
You have more than 1 version of python installed in different locations
You have to have python installed to begin with to run pip.
i have installed both opencv and numpy on command prompt, but when i go back to IDLE Shell to run 'import cv2', it still says error (red lines).
Have any idea how to solve it?
Same
You have more than 1 version of python installed in different locations
@@davedurkee8853 how to fix it?
to the point, very nice video!
Thanks. In my case Windows asked about Microsoft Visual Studio and the opencv was not installed. Do you know why?
You have more than 1 version of python installed in different locations
Lifesaver. Thanks!!
After install i do dont have option to load cv2,
I try imported but python send me message to I have a not module.
What i should to do ?
You have more than 1 version of python installed in different locations
@@davedurkee8853 NOP. Onkyo one.
@@davedurkee8853 what a bot comment. noone listen to this guy.
thanks bro but why u are not uploading video's now u are intelligent...❤💖
Will upload soon
Thank you ❤❤❤
'!pip' is not recognized as an internal or external command,
operable program or batch file. - I am getting this error after typing pip install python cv in command prompt what should I do?
Same problem broo
check latest video
i did everythong right. even opencv was installed. import cv2 lso worked. but the command "print(cv2._version) did not work and gave the same error as i got in my code.
it's version__ not just version
thnx for the short and easy tutorial
Thank you
Cuando hago lo de cv2 version, me aparece este mensaje AttributeError: module 'cv2' has no attribute 'version'.
thank you so much
You’re welcome
THANKYOU SO MUCHHHHHHH!!!1
You’re welcome
thanks bro you help meee
What to do if it is not opening in command
Thanks a lot 😄
Thanks bro 😊
You’re welcome
Thank you!
You’re welcome
Thank you
You're welcome
Love you bro
Trying to install and keep getting same error
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Python311\Scripts\pip.exe\__main__.py", line 4, in
ModuleNotFoundError: No module named 'pip'
Anyone have a solution? (ik this is old but. I have hope.)
I have written pip install opencv-python, but it doesnt change anything. Do you know how to solve it?
You have more than 1 version of python installed in different locations
Thanks bro
Thanks
You’re welcome
Thankyou
Welcome
i cant do 2 lines at the same time
Which two line ?
Hello,I downloaded opencv python on command prompt .However I see the below error.
import cv2
print(cv2._version_)
Traceback (most recent call last):
File "", line 1, in
print(cv2._version_)
AttributeError: module 'cv2' has no attribute '_version_'
Hi...my python is 3.10 and opencv is installed but in Spyder, when I call import cv2, it show " no module named cv2" ..why??
Me too
try using pip with admin privilege or sudo for linux. Also try pip3 if you got it.
You have more than 1 version of python installed in different locations
hello i faced this problem?
[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: python.exe -m pip install --upgrade pip