Language/Python
[Python] cython-bbox 설치 윈도우 오류 Building wheel for cython-bbox (setup.py) ... error
밴나루
2022. 5. 9. 19:38
반응형
cython-bbox를 단순히 pip install 명령어로 사용하면 윈도우에서 오류가 발생하는 것으로 보인다.
이를 해결하기 위해 github 파일을 받는 방식으로 활용하였음.
git clone https://github.com/samson-wang/cython_bbox
cd cython_bbox
pip install -e ./
728x90