Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols
Connector name (If you need help with some connector/converter):
[e.g. MQTT Connector]
Error traceback (If it was raised):
Traceback (most recent call last):
File "tb_gateway.py", line 17, in <module>
from thingsboard_gateway.gateway.tb_gateway_service import TBGatewayService
File "/usr/local/lib/python3.8/dist-packages/thingsboard_gateway-3.0.1-py3.8.egg/thingsboard_gateway/__init__.py", line 15, in <module>
from thingsboard_gateway.gateway.tb_gateway_service import TBGatewayService
File "/usr/local/lib/python3.8/dist-packages/thingsboard_gateway-3.0.1-py3.8.egg/thingsboard_gateway/gateway/tb_gateway_service.py", line 45, in <module>
from thingsboard_gateway.gateway.grpc_service.grpc_connector import GrpcConnector
File "/usr/local/lib/python3.8/dist-packages/thingsboard_gateway-3.0.1-py3.8.egg/thingsboard_gateway/gateway/grpc_service/grpc_connector.py", line 18, in <module>
from thingsboard_gateway.gateway.grpc_service.tb_grpc_manager import TBGRPCServerManager
File "/usr/local/lib/python3.8/dist-packages/thingsboard_gateway-3.0.1-py3.8.egg/thingsboard_gateway/gateway/grpc_service/tb_grpc_manager.py", line 24, in <module>
from thingsboard_gateway.gateway.grpc_service.grpc_downlink_converter import GrpcDownlinkConverter
File "/usr/local/lib/python3.8/dist-packages/thingsboard_gateway-3.0.1-py3.8.egg/thingsboard_gateway/gateway/grpc_service/grpc_downlink_converter.py", line 21, in <module>
from thingsboard_gateway.gateway.proto.messages_pb2 import *
File "/usr/local/lib/python3.8/dist-packages/thingsboard_gateway-3.0.1-py3.8.egg/thingsboard_gateway/gateway/proto/messages_pb2.py", line 22, in <module>
create_key=_descriptor._internal_create_key,
AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
Versions (please complete the following information):
Describe the issue I installed "git clone https://github.com/thingsboard/thingsboard-gateway.git" the latest version through github. But I encounter with errors when I run "python3 tb_gateway.py"
Configuration (Attach your configuration file) Notate: Remove Access token from file if you want to attach a tb_gateway.yaml
Connector name (If you need help with some connector/converter): [e.g. MQTT Connector]
Error traceback (If it was raised):
Versions (please complete the following information):