[rabbitmq-discuss] Errors while running examples from RabbitMQ tutorial

Marek Majkowski majek04 at gmail.com
Fri Dec 9 11:39:34 GMT 2011


On Fri, Dec 9, 2011 at 11:29, Michael Morrison <mwmorrison93 at gmail.com> wrote:
> Hey Marek, I think so but i'm not 100% positive now. I downloaded the pika
> gzip (pika-pika-v0.9.5-94-g5e3e91b.tar.gz)
>  from http://pypi.python.org/pypi/pika. The link that i'm clicking on
> shows pika-0.9.5.tar.gz. Here's the output that's returned after i extract
> and run setup.py install...thanks for the quick response! Mike
>
> Copying pika-0.9.6_pre0-py2.7.egg to /usr/local/lib/python2.7/site-packages
> pika 0.9.6-pre0 is already the active version in easy-install.pth
>
> Installed /usr/local/lib/python2.7/site-packages/pika-0.9.6_pre0-py2.7.egg
> Processing dependencies for pika==0.9.6-pre0
> Finished processing dependencies for pika==0.9.6-pre0

That looks like pika-0.9.6 :)
Try running:   pip install pika==0.9.5

Marek


More information about the rabbitmq-discuss mailing list