rocketmq-client-python which using pip install has no ConsumeStatus
-
Please describe the issue you observed: rocketmq-client-python which using pip install has no ConsumeStatus Class
-
Please tell us about your environment: mac os
-
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc): I follow the README.md file, using 'pip install rocketmq-client-python' command to install the package. When I finish, I find that I cannot import ConsumeStatus Class. Then I download the source code from github, using python setup.py to install. It works. But Why???
What's version do you install?
uninstall and reinstall may help. maybe you install rocketmq-client-python before librocketmq. you need to reinstall rocketmq-client-python after install librocketmq
I met the exactly same problem as you did. Every-installing-things looked good, but finally I could import mostly the rocketmq.client package except the ConsumeStatus ! And then I found that I should use debian library instead of CentOS library...
Hope it helps
You may have installed other rocketmq client, such as rocketmq module, you can try: pip uninstall rocketmq pip install rocketmq-client-python Hope this works for you!