pip3 install "pywinrm>=0.3.0" --user 명령어 수행시 설치 과정중에 아래와 같은 에러가 발생하였다.
에러내용
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-m0lse5y5/cryptography/
해결방법
root 권한으로 아래 명령어 수행
pip3 install --upgrade --ignore-installed pip setuptools
반응형
'인프라' 카테고리의 다른 글
[GCP] gcp 리눅스 패스워드 잠김 해제 방법 (0) | 2022.07.08 |
---|---|
텔레그램 봇(telelgram bot) 채팅방 만들기 (1) | 2022.05.06 |
Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend (0) | 2022.04.19 |
mysql replication (리플리케이션) 설정 (0) | 2022.04.16 |
Failing package is: mysql-community-libs-compat-5.7.37-1.el7.x86_64 (0) | 2022.04.15 |
댓글