Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- ubuntu
- replace
- 한글 깨짐
- install
- Python
- jQuery
- i18n
- Oracle
- 문자열자르기
- 확장자
- Postfix
- JavaScript
- php
- centos
- Selectbox
- TPL
- docker
- random
- TextBox
- smarty
- 천단위
- yum
- 일괄변경
- Eclipse
- MySQL
- SVN
- 부모창
- mariadb
- RabbitMQ
Archives
- Today
- Total
wilson's story
Windows10 - Anaconda - pycocotools 설치하기 본문
반응형
pycocotools는 mac, linux를 지원한다
anaconda 플러그인으로 설치하려 해도 window는 지원하지 않는다
https://anaconda.org/conda-forge/pycocotools
Pycocotools :: Anaconda Cloud
anaconda.org
윈도우에선 env terminal 에서 아래 처러 입력하면 설치가 된다
pip install git+https://github.com/philferriere/cocoapi.git#egg=pycocotools^&subdirectory=PythonAPI
pip install git+https://github.com/philferriere/cocoapi.git#egg=pycocotools^&subdirectory=PythonAPI
반응형