인프라
Command "python setup.py egg_info" failed with error code 1
IT맥구리나스
2022. 4. 22. 19:45
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
반응형