작성
·
441
답변 1
0
안녕하십니까,
pip로 pycocotools를 설치 했는데도 문제가 발생한건가요?
pip install pycocotools
혹 다른 가상 환경에서 pycocotools가 설치가 된걸 아닐지요?
설치 후에 주피터 노트북에서 import pycocotools 를 수행해 보시고, 여전히 안되면 설치가 안되었거나 사용하시는 주피터 노트북이 아닌 다른 가상 환경에 설치 되었을 가능성이 높으니 확인해 보시면 될 것 같습니다.
감사합니다.
pip install pycocotoolspip install pycocotools
vscode 가상환경에서 설치하면 진행했습니다. pycocotools를 설치하고 싶었지만 생각보다 잘 안되네요...ㅠ 구글링을 해서 다양한 방법으로 해봤지만 모두 실패했습니다.
pip install pycocotools-windows : 이 방법은 그냥 ERROR: Could not find a version that satisfies the requirement pycocotools-windows (from versions: none)
ERROR: No matching distribution found for pycocotools-windows 이런 오류가 뜹니다.
visual studio commuity를 다운 받고 pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI" 이 방법을 해봤습니다. : 이 방법을 수행시 오류는 ModuleNotFoundError: No module named 'Cython' 이러한 오류가 떴습니다. pip install Cython을 터미널에서 실행하고 import Cython이 실행되는것까지 확인하고 다시 pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI" 이 방법을 다시 실행했는데 똑같이 No module named 'Cython' 이러한 오류가 뜨네요ㅠㅠ
git clone https://github.com/pdollar/coco.git cd coco/PythonAPI python setup.py install 이 방법을 해봤습니다. 되네요ㅠㅠㅠ 감사합니다
import pycocotols를 수행했을떄 이러한 에러가 뜹니다..