728x90
conda-script.py install: error: argument -q/--
quiet: ignored explicit argument 'r'unicodedecodeerror: 'cp949' codec can't decode byte 0xf0 in position 9: illegal multibyte sequence
ignore distutils configs in setup.cfg due to encoding errors.
Anaconda Prompt를 다시 키고
- conda activate yolov5
- cd yolov5
- pip install -r requirements.txt
차례대로 복붙하면 설치 완료
728x90
'부트캠프 > 컴퓨터 비전' 카테고리의 다른 글
강화 학습 (0) | 2022.12.21 |
---|---|
YOLO (0) | 2022.12.19 |
[OpenCV] 2D Convolution, MNIST, Pooling (0) | 2022.11.29 |
[OpenCV] HOG (0) | 2022.11.18 |
[OpenCV] 호모그래피와 매칭 (0) | 2022.11.18 |