librabbitmq
librabbitmq copied to clipboard
Python bindings to librabbitmq-c
Env: MacOS BigSur 11.2.2 Python 3.7.5 I encounter the below issue, any idea? $ pip install librabbitmq [error.txt](https://github.com/celery/librabbitmq/files/6134022/error.txt)
Env: * MacOS High Sierra 10.13.3 * Python 3.6.5 I encounter the below issue, any idea? $ pip install librabbitmq==2.0.0 ``` /private/var/folders/y9/z4pjlg2d3xj7z7q53fthpwsr0000gn/T/pip-install-uot9ru9d/librabbitmq/Modules/_librabbitmq/connection.c:299:29: warning: comparison of integers of different signs: 'uint64_t'...
When i run my program i get: ``` return _bootstrap._gcd_import(name[level:], package, level) File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked...
Hey there , i added a bunch of features to the librabbitmq code as a part of stuff i needed, others may find these useful. I know this is a...
``` curl -O https://pypi.python.org/packages/source/l/librabbitmq/librabbitmq-1.6.1.tar.gz#md5=716f05388d4747ea605c1a31f8541e3b tar xzf librabbitmq* cd librabbitmq-1.6.1 python setup.py bdist_egg ``` fails with ``` running bdist_egg running egg_info writing requirements to librabbitmq.egg-info/requires.txt writing librabbitmq.egg-info/PKG-INFO writing top-level names to...
I realise this is something of a long shot, but my team have been experiencing issues trying to install librabbitmq behind a corporate firewall, specifically the machine in question is...
ubuntu 12.04.1 Same results with easy install and pip. From source also fails. No meaningful info anywhere. E.g. with pip and easy install: ``` Searching for librabbitmq Reading http://pypi.python.org/simple/librabbitmq/ Reading...
`librabbitmq` does not implement `exchange_bind` for the Channel object. This is especially visible when using Kombu. Versions: - `librabbitmq==2.0.0` - `kombu==4.6.7` Bug: ```python3 from kombu import Connection, Exchange conn =...
Instead of re-building the included `rabbitmq-c`, how can I tell it to use the already built/existing `rabbitmq-c` that is present on the system?
No really an issue, but is there any rationale on why librabbitmq-c is included in the source? Why not make the installation of the c-library a dependency? The current situation...