Closed tankcong closed 2 years ago
Please use latest rocketmq-client-cpp
Check the declaration of CreateOrderlyProducer
in CProducer.h
I have the same problem, my system is linux-ubuntu, how did you solve it
same problem ubuntu 20.04
(ecloud-collector) root@think:~# python -V
Python 2.7.18
(ecloud-collector) root@think:~# pip list
Package Version
---------------------- ---------
backports-abc 0.5
canal-python 0.4
certifi 2021.10.8
chardet 4.0.0
enum34 1.1.10
futures 3.3.0
idna 2.10
pip 20.3.4
protobuf 3.17.3
requests 2.27.1
rocketmq 0.4.4
rocketmq-client-python 2.0.0
setuptools 44.1.1
singledispatch 3.7.0
six 1.16.0
tornado 5.1.1
typing 3.10.0.0
urllib3 1.26.8
wheel 0.37.1
(ecloud-collector) root@think:~# dpkg -l|grep rocketmq
ii rocketmq 2.0.0 amd64 This package is C++ client of Apache RocketMQ for debian and its derivertives like Ubuntu.
(ecloud-collector) root@think:~#
您好,邮件已收到!
@missuor You have installed other rocketmq client[rocketmq], you can try: pip uninstall rocketmq pip install rocketmq-client-python Hope this works for you!
您好,邮件已收到!
install rocketmq-client-cpp-2.0.0-centos7-x86_64
您好,邮件已收到!
卸载rocketmq-client-python和rocketmq 重新安装rocketmq-client-python和rocketmq-client-cpp,成功解决了这个问题 猜测是新版的rocketmq-client-python和rocketmq包有冲突,只需要安装前者就行
您好,邮件已收到!
BUG REPORT
running samples/producer.py with error:
Please tell us about your environment: