[rabbitmq-discuss] Errors while running examples from RabbitMQ tutorial
Marek Majkowski
majek04 at gmail.com
Fri Dec 9 11:57:40 GMT 2011
On Fri, Dec 9, 2011 at 11:48, Michael Morrison <mwmorrison93 at gmail.com> wrote:
> Thanks again, but i went and checked the setup.py file and noticed that it
> was set to install version 0.9.6_pre, i changed the value to 0.9.5 and
> reinstalled. I removed the 0.9.6 packages but i'm still getting the same
> error. Here's the output of the last install that i just ran. Really
> appreciate the help!
Altering the number in `setup.py` won't solve the problem.
You're using pika 0.9.6 and the tutorials are written for pika 0.9.5.
Try running: pip install pika==0.9.5
Marek
More information about the rabbitmq-discuss
mailing list