Failure to install Telegraf Agent on a Linux machine, specifically encountering ModuleNotFoundError: No module named 'psutil' and NameError: name 'yaml' is not defined errors during the installation process.
Error in uaf-bootstrap.log:
ERROR:root:Failed to import some dependencies
Traceback (most recent call last):
File "/tmp/vmware-root_###-##########/VMware-UCP_Bootstrap_Scriptsvmware###/config-utils.py", line ##, in <module>
import psutil
ModuleNotFoundError: No module named 'psutil'
ERROR:root:None
Traceback (most recent call last):
File "/tmp/vmware-root_###-##########/VMware-UCP_Bootstrap_Scriptsvmware###/config-utils.py", line ##, in <module>
class OrderedDictYAMLLoader(yaml.Loader):
NameError: name 'yaml' is not defined