HeYStRanGeR
article thumbnail
[오류해결] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Coding/기타 2023. 9. 11. 18:09

(23.09.11) yolov8 관련해서 작업하던 도중 아래와 같은 에러가 발생했다. root-user-action=ignore 옵션을 추가해주니 제대로 설치가 되었다.

article thumbnail
conda install pytorch 그리고 conda init 에러
Coding/기타 2023. 1. 19. 18:21

왠지 모르겠지만 내 도커에 torch가 설치되어있지 않았다. 분명 예전에 설치 했었는데.. 왜지? 나중에 또 필요할지 모르니 정리했다 1. conda 설치 2. conda 가상환경 생성 및 활성화 conda create -n 가상환경이름 python=파이썬버전 activate conda 가상환경이름 그런데 여기서 오류 발생,, IMPORTANT: You may need to close and restart your shell after running 'conda init' 아무리 conda init 명령어를 써줘도 같은 오류가 났는데 이게 conda대신 source를 써줘야한다고 한다 (왤까) 어쨋든 아래 방법으로 해결했다 3. pytorch install https://pytorch.org/get-st..

728x90