how to install OpenCV with Python on mac.

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 33

  • @Tibetan-experience
    @Tibetan-experience  6 лет назад +8

    2:16 TO INSTALL it without story..

  • @sarasa971
    @sarasa971 3 года назад +1

    thank you so much, I search for hours and didn’t find anyone that explain it as easy as you do ❤️❤️

  • @Hassanw9
    @Hassanw9 5 лет назад +1

    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

  • @tanmaychoudhary6360
    @tanmaychoudhary6360 6 лет назад +1

    thanks sooooooooooo much. all other tutorials took my 3 days!

  • @areej5732
    @areej5732 2 года назад

    thank u so much bro i was searching for hourss

  • @TamalCyrus
    @TamalCyrus 4 года назад

    this just saved my life ♥️
    thank you soooo much 🙏

  • @mingwang9503
    @mingwang9503 3 года назад

    solved my problem, THX

  • @nithyaprasath9757
    @nithyaprasath9757 4 года назад

    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?

  • @richaagarwal3031
    @richaagarwal3031 4 года назад

    thank you so much it helped me a lot.

  • @pujanrajrai4930
    @pujanrajrai4930 5 лет назад

    thankyou very much superman

  • @sahajshukla
    @sahajshukla 7 лет назад +1

    wtf! it really Dows work! I tried so fucking hard for this. tysm man. tysm for the upload

  • @whoisredsean
    @whoisredsean 2 года назад

    THANK YOU!!

  • @pirate0bloodyskull
    @pirate0bloodyskull 6 лет назад

    Thank you so much. This worked.

  • @mikewang7957
    @mikewang7957 6 лет назад

    thanks man, it worked for me!!!

  • @CoderNer
    @CoderNer 2 года назад

    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.

  • @afshinommi1682
    @afshinommi1682 6 лет назад +2

    It seems it's not working for python3.7 . :(((

    • @Tibetan-experience
      @Tibetan-experience  6 лет назад +1

      Afshin Ommi : make sure you type pip3 for python3 and later versions

    • @afshinommi1682
      @afshinommi1682 6 лет назад +1

      it worked with python3.6
      thanks

  • @miracledoh4020
    @miracledoh4020 6 лет назад

    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?

    • @Tibetan-experience
      @Tibetan-experience  6 лет назад

      once you successfully export the path you should able to access CV2 anyway form your machine. Make sure you made the correct link.

    • @miracledoh4020
      @miracledoh4020 6 лет назад

      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

    • @Tibetan-experience
      @Tibetan-experience  6 лет назад

      Great JOB.

  • @aiandcybersecurity4676
    @aiandcybersecurity4676 6 лет назад

    well done, it worked for me too.

  • @mauricioherrera107
    @mauricioherrera107 Год назад

    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.

  • @bhavyachugh
    @bhavyachugh 6 лет назад

    So helpful!

  • @merajis
    @merajis 6 лет назад

    Amazing, it works

  • @houseofvenusMD
    @houseofvenusMD 5 лет назад

    saved me so much time on this damned internet...wow.

  • @marzjason9289
    @marzjason9289 6 лет назад

    Really appreciate ! bro

  • @codingmaster6321
    @codingmaster6321 5 лет назад

    THANKS .

  • @utkarshshukla7917
    @utkarshshukla7917 7 лет назад +1

    thanks bro :)

  • @Tibetan-experience
    @Tibetan-experience  7 лет назад

    export VIRTUALENVWRAPPER_PYTHON=/home/clu/anaconda3/bin/python for path related error in mac.

  • @PP-fh2mk
    @PP-fh2mk 3 года назад

    you are jesus