honestly thank you sooooo sooooo much, I've been getting that error and ive followed countless guides and uninstalled and re installed python so many times, you're a live saver bro
Attempting to use the webcam for some object recognition. Inserted the cv2.waitKey(1) after reading a few forums. Running the code turns off the webcam and closes the window but python freezes causing a manual force quit. How to solve the freezing problem in mac?
That's my error : WARNING: You are using pip version 22.0.4; however, version 22.1.1 is available. You should consider upgrading via the '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 -m pip install --upgrade pip' command.
you mean edit the path in .bash_profile? I have these in my bash_profile: # Setting PATH for Python 2.7 # The original version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}" export PATH # Setting PATH for Python 3.6 # The original version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}" export PATH #Homebrew export PATH=/usr/local/bin:$PATH
Great video and a superb explanation, but I got the following error. Any suggestion please? ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects [notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: pip install --upgrade pip [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.
2:16 TO INSTALL it without story..
thank you so much, I search for hours and didn’t find anyone that explain it as easy as you do ❤️❤️
honestly thank you sooooo sooooo much, I've been getting that error and ive followed countless guides and uninstalled and re installed python so many times, you're a live saver bro
thanks sooooooooooo much. all other tutorials took my 3 days!
thank u so much bro i was searching for hourss
this just saved my life ♥️
thank you soooo much 🙏
solved my problem, THX
Attempting to use the webcam for some object recognition. Inserted the cv2.waitKey(1) after reading a few forums. Running the code turns off the webcam and closes the window but python freezes causing a manual force quit.
How to solve the freezing problem in mac?
thank you so much it helped me a lot.
thankyou very much superman
wtf! it really Dows work! I tried so fucking hard for this. tysm man. tysm for the upload
THANK YOU!!
You're welcome!
Thank you so much. This worked.
thanks man, it worked for me!!!
That's my error :
WARNING: You are using pip version 22.0.4; however, version 22.1.1 is available.
You should consider upgrading via the '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 -m pip install --upgrade pip' command.
It seems it's not working for python3.7 . :(((
Afshin Ommi : make sure you type pip3 for python3 and later versions
it worked with python3.6
thanks
I have to navigate to /usr/local/lib/python3.6/site-packages/cv2 then do import cv2 to make it work, why can't I do that from any directory?
once you successfully export the path you should able to access CV2 anyway form your machine. Make sure you made the correct link.
you mean edit the path in .bash_profile?
I have these in my bash_profile:
# Setting PATH for Python 2.7
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH
#Homebrew
export PATH=/usr/local/bin:$PATH
Great JOB.
well done, it worked for me too.
Great video and a superb explanation, but I got the following error. Any suggestion please?
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
[notice] A new release of pip available: 22.3.1 -> 23.1.2
[notice] To update, run: pip install --upgrade pip
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
So helpful!
Amazing, it works
saved me so much time on this damned internet...wow.
Really appreciate ! bro
THANKS .
thanks bro :)
export VIRTUALENVWRAPPER_PYTHON=/home/clu/anaconda3/bin/python for path related error in mac.
you are jesus