sicklife opened a new issue, #600: URL: https://github.com/apache/rocketmq-clients/issues/600
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Programming Language of the Client Python ### Runtime Platform Environment OS: Centos 7 python 3.8.6 ### RocketMQ Version of the Client/Server client version: rocketmq-0.1.0rc1-py3 server version: 5.1.3 ### Run or Compiler Version _No response_ ### Describe the Bug `from rocketmq.simple_consumer import SimpleConsumer` retrun `Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/app-root/src/.cache/pypoetry/virtualenvs/rocketmq-OfeiTcg0-py3.8/lib/python3.8/site-packages/rocketmq/simple_consumer.py", line 26, in <module> from rocketmq.client_config import ClientConfig File "/opt/app-root/src/.cache/pypoetry/virtualenvs/rocketmq-OfeiTcg0-py3.8/lib/python3.8/site-packages/rocketmq/client_config.py", line 16, in <module> from rocketmq.rpc_client import Endpoints File "/opt/app-root/src/.cache/pypoetry/virtualenvs/rocketmq-OfeiTcg0-py3.8/lib/python3.8/site-packages/rocketmq/rpc_client.py", line 27, in <module> from rocketmq.protocol import service_pb2, service_pb2_grpc File "/opt/app-root/src/.cache/pypoetry/virtualenvs/rocketmq-OfeiTcg0-py3.8/lib/python3.8/site-packages/rocketmq/protocol/service_pb2.py", line 31, in <module> from protocol import definition_pb2 as apache_dot_rocketmq_dot_v2_dot_definition__pb2 ModuleNotFoundError: No module named 'protocol'' ### Steps to Reproduce `from rocketmq.simple_consumer import SimpleConsumer` ### What Did You Expect to See? No bug should show ### What Did You See Instead? import error ### Additional Context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
