[Quick Note] Failed to install pywinrm on CentOS 8
You may see error message “Running setup.py install for pykerberos … error” when install pywinrm on CentOS 8. The additional errors are “unable to execute ‘gcc’: No such file or directory” and “command ‘gcc’ failed with exit status 1“. The reason because gcc dependence is missing on the machine. You need to run following command … Read more