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 | 31 |
Tags
- 부모창
- MySQL
- 일괄변경
- jQuery
- centos
- Selectbox
- php
- TextBox
- yum
- ubuntu
- Postfix
- Oracle
- SVN
- i18n
- 확장자
- replace
- smarty
- 천단위
- install
- JavaScript
- 한글 깨짐
- random
- Eclipse
- docker
- RabbitMQ
- TPL
- mariadb
- Python
- 문자열자르기
Archives
- Today
- Total
wilson's story
Windows10 - Anaconda - pycocotools 설치하기 본문
반응형
pycocotools는 mac, linux를 지원한다
anaconda 플러그인으로 설치하려 해도 window는 지원하지 않는다
https://anaconda.org/conda-forge/pycocotools
윈도우에선 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
반응형