标签: python python-3.x google-cloud-platform google-cloud-iot
我正在关注this教程。
我使用Python 2成功实现了 thermostat.py 教程,没有任何问题。但是当我想在Python 3中实现相同功能时,解决了一些打印问题后,我遇到了以下错误
TypeError:需要一个类似字节的对象,而不是'str'
那是什么错误以及如何解决呢?