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
- mariadb
- smarty
- ubuntu
- replace
- php
- TPL
- Oracle
- Python
- Selectbox
- Postfix
- JavaScript
- TextBox
- random
- centos
- 천단위
- SVN
- MySQL
- 일괄변경
- 한글 깨짐
- 확장자
- jQuery
- RabbitMQ
- i18n
- docker
- 부모창
- Eclipse
- 문자열자르기
- install
- yum
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
반응형