You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the Kortex_api-2.6.0.post3-py3-none-any.whl, I would expect the python examples to run successfully. However, I receive the error message
Traceback (most recent call last):
File "/Users/glenhenshaw/dev/Kinova-kortex2_Gen3_G3L/api_python/examples/100-Overview/01-devices_routing.py", line 18, in <module>
from kortex_api.RouterClient import RouterClientSendOptions
File "/usr/local/lib/python3.9/site-packages/kortex_api/RouterClient.py", line 3, in <module>
from .autogen.messages import Frame_pb2 as FramePb # NOQA
File "/usr/local/lib/python3.9/site-packages/kortex_api/autogen/messages/Frame_pb2.py", line 11, in <module>
from google.protobuf import descriptor_pb2
File "/usr/local/lib/python3.9/site-packages/google/protobuf/descriptor_pb2.py", line 1822, in <module>
FileDescriptorSet = _reflection.GeneratedProtocolMessageType('FileDescriptorSet', (_message.Message,), dict(
TypeError: Expected a message Descriptor, got Descriptor
Description
After installing the Kortex_api-2.6.0.post3-py3-none-any.whl, I would expect the python examples to run successfully. However, I receive the error message
Version
Kortex API version 2.6.0
KortexAPI :
Kortex Device :
Steps to reproduce
Expected behavior
I expect the code to execute without errors.
The text was updated successfully, but these errors were encountered: