Notice
Recent Posts
Recent Comments
Tags
- Path
- pod
- 우파푸른하늘
- Kubernetes
- Network
- Auth
- CEP
- Storage
- web&was apche htaccess
- 웰카
- 진상부모_물러가라
- Netflix
- mgmtip
- Galera Cluster
- perplexity
- mariadb
- banner
- MotD
- vmware
- drbd
- port description
- 우파푸른하늘80만이벤트
- admin port
- unix_socket
- data-door
- etcd
- RHEL8
- n15148
- CentOS
- 참교육
- dell
- openldap
- maxscale
- snmp
- n1548
- docker
- wildfly jboss
반응형
250x250
목록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