我正在尝试在本地Windows计算机上安装AWS CodeDeploy代理,这是我得到的:
aws deploy install --override-config --config-file codedeploy.onpremises.yml
Creating the on-premises instance configuration file... DONE
Installing the AWS CodeDeploy Agent... ERROR
a bytes-like object is required, not 'str'
Install the AWS CodeDeploy Agent on the on-premises instance by following the instructions in "Configure Existing On-Premises Instances by Using AWS CodeDeploy" in the AWS CodeDeploy User Guide.
注意上面第3-4行的错误:
Installing the AWS CodeDeploy Agent... ERROR
a bytes-like object is required, not 'str'
我应该注意,我可以为CodeDeploy成功注册机器,并且可以在AWS控制台-> CodeDeploy->本地实例上看到注册
以下是环境的详细信息:
该如何解决该错误?