{"id":6196,"date":"2025-12-16T18:01:30","date_gmt":"2025-12-16T09:01:30","guid":{"rendered":"http:\/\/www.gisdeveloper.co.kr\/?p=6196"},"modified":"2025-12-20T15:25:32","modified_gmt":"2025-12-20T06:25:32","slug":"pip-%eb%aa%85%eb%a0%b9%ec%96%b4","status":"publish","type":"post","link":"http:\/\/www.gisdeveloper.co.kr\/?p=6196","title":{"rendered":"[Python] pip \uba85\ub839\uc5b4"},"content":{"rendered":"<p>PIP\ub294 Pythond\uc758 Package \uad00\ub9ac\uc790\uc774\ub2e4. \uac1c\ubc1c\uc5b8\uc5b4\uc778 \ud30c\uc774\uc120\uc5d0\uc11c \ud328\ud0a4\uc9c0\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uac1c\ub150\uacfc \ub3d9\uc77c\ud558\ub2e4. PIP\ub97c \ud1b5\ud55c \ud328\ud0a4\uc9c0\ub97c \uad00\ub9ac\ud558\uae30 \uc704\ud55c \uba85\ub839\uc744 \uc815\ub9ac\ud55c\ub2e4.<\/p>\n<p># pip \uc5c5\ub370\uc774\ud2b8 (Linux)<\/p>\n<pre style='font-size:1.2em;color:transparent;background-clip:text;background-image:linear-gradient(to right, rgb(255, 43, 43), rgb(217, 90, 0), rgb(222, 168, 22), rgb(21, 130, 55), rgb(0, 104, 201), rgb(109, 63, 192), rgb(63, 49, 99))'>\r\npip install pip --upgrade\r\n<\/pre>\n<p># pip \uc5c5\ub370\uc774\ud2b8 (Windows)<\/p>\n<pre style='font-size:1.2em;color:transparent;background-clip:text;background-image:linear-gradient(to right, rgb(255, 43, 43), rgb(217, 90, 0), rgb(222, 168, 22), rgb(21, 130, 55), rgb(0, 104, 201), rgb(109, 63, 192), rgb(63, 49, 99))'>\r\npython -m pip install --upgrade pip\r\n<\/pre>\n<p># Python \uc124\uce58(opencv-contrib-python \ud328\ud0a4\uc9c0)<\/p>\n<pre style='font-size:1.2em;color:transparent;background-clip:text;background-image:linear-gradient(to right, rgb(255, 43, 43), rgb(217, 90, 0), rgb(222, 168, 22), rgb(21, 130, 55), rgb(0, 104, 201), rgb(109, 63, 192), rgb(63, 49, 99))'>\r\npip install opencv-contrib-python\r\n<\/pre>\n<p># Update \ud574\uc57c\ud560 \ud328\ud0a4\uc9c0 \ubaa9\ub85d<\/p>\n<pre style='font-size:1.2em;color:transparent;background-clip:text;background-image:linear-gradient(to right, rgb(255, 43, 43), rgb(217, 90, 0), rgb(222, 168, 22), rgb(21, 130, 55), rgb(0, 104, 201), rgb(109, 63, 192), rgb(63, 49, 99))'>\r\npip list -o\r\n<\/pre>\n<p># numpy \ud328\ud0a4\uc9c0 \uc124\uce58<\/p>\n<pre style='font-size:1.2em;color:transparent;background-clip:text;background-image:linear-gradient(to right, rgb(255, 43, 43), rgb(217, 90, 0), rgb(222, 168, 22), rgb(21, 130, 55), rgb(0, 104, 201), rgb(109, 63, 192), rgb(63, 49, 99))'>\r\npip install numpy\r\n<\/pre>\n<p># numpy \ud328\ud0a4\uc9c0 \uc5c5\ub370\uc774\ud2b8<\/p>\n<pre style='font-size:1.2em;color:transparent;background-clip:text;background-image:linear-gradient(to right, rgb(255, 43, 43), rgb(217, 90, 0), rgb(222, 168, 22), rgb(21, 130, 55), rgb(0, 104, 201), rgb(109, 63, 192), rgb(63, 49, 99))'>\r\npip install numpy --upgrade\r\n<\/pre>\n<p># \ud2b9\uc815 \ud328\ud0a4\uc9c0 \uc0c1\uc138 \uc815\ubcf4 \ubcf4\uae30<\/p>\n<pre style='font-size:1.2em;color:transparent;background-clip:text;background-image:linear-gradient(to right, rgb(255, 43, 43), rgb(217, 90, 0), rgb(222, 168, 22), rgb(21, 130, 55), rgb(0, 104, 201), rgb(109, 63, 192), rgb(63, 49, 99))'>\r\npip show \ud328\ud0a4\uc9c0_\uc774\ub984\r\n<\/pre>\n<p># numpy \ud328\ud0a4\uc9c0 \uc81c\uac70<\/p>\n<pre style='font-size:1.2em;color:transparent;background-clip:text;background-image:linear-gradient(to right, rgb(255, 43, 43), rgb(217, 90, 0), rgb(222, 168, 22), rgb(21, 130, 55), rgb(0, 104, 201), rgb(109, 63, 192), rgb(63, 49, 99))'>\r\npip uninstall numpy\r\n<\/pre>\n<p># \uc124\uce58\ub41c \uc804\uccb4 \ud328\ud0a4\uc9c0 \uc0ad\uc81c<\/p>\n<pre style='font-size:1.2em;color:transparent;background-clip:text;background-image:linear-gradient(to right, rgb(255, 43, 43), rgb(217, 90, 0), rgb(222, 168, 22), rgb(21, 130, 55), rgb(0, 104, 201), rgb(109, 63, 192), rgb(63, 49, 99))'>\r\npip freeze > requirements.txt \r\npip uninstall -r requirements.txt -y\r\n<\/pre>\n<p># \ud2b9\uc815 \ubc84\uc804\uc758 (\ub610\ub294 contrib \ubc84\uc804) opencv \ud328\ud0a4\uc9c0 \uc124\uce58(\ucc38\uc870 url: https:\/\/pypi.org\/project\/opencv-contrib-python\/3.4.5.20\/)<\/p>\n<pre style='font-size:1.2em;color:transparent;background-clip:text;background-image:linear-gradient(to right, rgb(255, 43, 43), rgb(217, 90, 0), rgb(222, 168, 22), rgb(21, 130, 55), rgb(0, 104, 201), rgb(109, 63, 192), rgb(63, 49, 99))'>\r\npip install opencv-contrib-python==3.4.5.20\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>PIP\ub294 Pythond\uc758 Package \uad00\ub9ac\uc790\uc774\ub2e4. \uac1c\ubc1c\uc5b8\uc5b4\uc778 \ud30c\uc774\uc120\uc5d0\uc11c \ud328\ud0a4\uc9c0\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uac1c\ub150\uacfc \ub3d9\uc77c\ud558\ub2e4. PIP\ub97c \ud1b5\ud55c \ud328\ud0a4\uc9c0\ub97c \uad00\ub9ac\ud558\uae30 \uc704\ud55c \uba85\ub839\uc744 \uc815\ub9ac\ud55c\ub2e4. # pip \uc5c5\ub370\uc774\ud2b8 (Linux) pip install pip &#8211;upgrade # pip \uc5c5\ub370\uc774\ud2b8 (Windows) python -m pip install &#8211;upgrade pip # Python \uc124\uce58(opencv-contrib-python \ud328\ud0a4\uc9c0) pip install opencv-contrib-python # Update \ud574\uc57c\ud560 \ud328\ud0a4\uc9c0 \ubaa9\ub85d pip list -o # numpy \ud328\ud0a4\uc9c0 \uc124\uce58 pip &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/www.gisdeveloper.co.kr\/?p=6196\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;[Python] pip \uba85\ub839\uc5b4&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[131],"tags":[],"class_list":["post-6196","post","type-post","status-publish","format-standard","hentry","category-python"],"_links":{"self":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/6196","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6196"}],"version-history":[{"count":15,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/6196\/revisions"}],"predecessor-version":[{"id":16513,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/6196\/revisions\/16513"}],"wp:attachment":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6196"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}