• Skip to primary navigation
  • Skip to content
  • Skip to footer
SW Yoo's note SW Yoo's note Whoever knocks presistently, ends by entering.
  • Category
  • Tag
  • Search
    1. Home
    2. /
    3. Programming
    4. /
    5. Python
    6. /
    7. Cv2
    8. /
    9. 1/16 cv2라이브러리 설치
    • Computer Science
      • Category
      • Tag

    1/16 cv2라이브러리 설치

    2025-01-16 최대 1 분 소요

    On This Page

    cv2 라이브러리를 설치하려고

    pip install cv2
    

    이 명령어를 터미널에서 실행했지만

    image-20250116140013482

    이런 오류가 발생했다.

    대신

    pip install opencv-python
    

    이 명령어를 실행하면 된다.

    태그: cv2, Programming, python

    카테고리: cv2, Programming, python

    업데이트: 2025-01-16

    공유하기

    Twitter Facebook LinkedIn
    이전 다음

    댓글남기기

    참고

    [LLM] Mercury Coder

    2025-07-25 최대 1 분 소요

    개요

    [LLM] Self-RAG : Learning To Retrieve, Generate, and Critique Through Self-Reflection

    2025-07-25 1 분 소요

    Self-RAG

    [llm] 파인튜닝 기법

    2025-07-25 7 분 소요

    layout: single title: "[LLM] 해부학 PDF 질의응답 RAG W17-20" categories: [Programming, LLM, RAG, Project] tag: [Programming, LLM, RAG, Project] toc: true author_pr...

    [LLM] MCP(Model Context Protocol)

    2025-07-25 1 분 소요

    개요

    • 팔로우:
    • GitHub
    • 피드
    © 2025 SW Yoo. Powered by Jekyll & Minimal Mistakes.