인프라/앤서블(Ansible)
ansible command "python setup.py egg_info" failed with error code 1
IT맥구리나스
2022. 5. 12. 20:40
문제점
pip3 install pywinrm 명령어 수행시 아래와 같은 에러코드가 출력됨
command "python setup.py egg_info" failed with error code 1
해결방안
아래 명령어 수행
sudo -H pip3 install --upgrade --ignore-installed pip setuptools
반응형