rocketmq-client-python icon indicating copy to clipboard operation
rocketmq-client-python copied to clipboard

rocketmq-client-python which using pip install has no ConsumeStatus

Open yinhuanyi opened this issue 4 years ago • 5 comments

  1. Please describe the issue you observed: rocketmq-client-python which using pip install has no ConsumeStatus Class

  2. Please tell us about your environment: mac os

  3. 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???

yinhuanyi avatar Jun 27 '21 05:06 yinhuanyi

What's version do you install?

ifplusor avatar Nov 11 '21 06:11 ifplusor

uninstall and reinstall may help. maybe you install rocketmq-client-python before librocketmq. you need to reinstall rocketmq-client-python after install librocketmq

luxu1220 avatar Nov 15 '21 08:11 luxu1220

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

Ambermeow avatar Dec 24 '21 08:12 Ambermeow

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!

thomaslv2 avatar Jul 04 '22 10:07 thomaslv2