반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- aws cicd
- chartjs
- VPN
- JavaScript
- COALESCE
- 도커
- docker
- or some instances in your deployment group are experiencing problems.
- Spring Error
- codepipeline
- Python
- kubeflow
- node
- codebuild
- SQL
- AWS CI/CD 구축하기
- Airflow
- java bigdecimal
- bootstrap
- redis
- Spring
- Jenkins
- chart.js
- IntelliJ
- codedeploy
- Kafka
- Flux
- aws
- PostgreSQL
- codedeploy error
Archives
- Today
- Total
Small Asteroid Blog
Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager 본문
백엔드/Python
Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager
작은소행성☄️ 2022. 1. 7. 10:26728x90
python requirement 를 설치하던 중에 생기는 오류로 root 계정말고 다른계정에서 사용한다
Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager.
pip를 '루트' 사용자로 실행하면 권한이 손상되고 시스템 패키지 관리자와 동작이 충돌할 수 있습니다.
728x90
반응형
'백엔드 > Python' 카테고리의 다른 글
[python] 'in <string>' requires string as left operand, not float (0) | 2022.01.26 |
---|---|
[python] dataframe 컬럼명 변경하기 (0) | 2022.01.26 |
pip install *.whl is not a supported wheel on this platform (0) | 2022.01.07 |
파이썬 설치 경로 찾기 (0) | 2022.01.06 |
[python] Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-6g2r1v6o/gensim/ (0) | 2022.01.06 |