250x250
반응형
Notice
Recent Posts
Recent Comments
목록2022/09 (11)
전산쟁이의 기억노트
pip로 패키지 설치시 requests메시지 출력하면서 에러나는 경우
pip에서 docker-compose 설치할떄 아래 메시지 띄우면서 설치가 안될 경우.. python-requests패키지가 yum으로 설치되어 있어서 충돌 발생. $> pip install docker-compose ... ... ERROR: Cannot uninstall 'requests'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. 그때는 설치되어 있는 패키지는 추가 설치 없이 구성하도록 설치 $> pip install docker-compose --ignore-installed D..
Centos기술노트
2022. 9. 3. 00:31