-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version 2 on pypi #118
Comments
py-amqp is the recommended tool |
i would like to deprecate this package |
What was the fix please? Because it's still failing to build from file. Specifically this command is failing:
I get the `
error Thanks! |
@thedrow thanks! |
@salestial even i am facing the dsame isssues .How to resolve it? |
Note that librabbitmq is removed: I was running into some compile errors that I was unable to solve, and it seems that the [py-amqp](https://github.com/celery/py-amqp), which was already included in the requirements.txt, may actually be recommended over librabbitmq: celery/librabbitmq#118 (comment) py-amqp (actual package name is just amqp) is an API-compatible alternative to librabbitmq that just uses Python without any C requirements.
Note that librabbitmq is removed: I was running into some compile errors that I was unable to solve, and it seems that the [py-amqp](https://github.com/celery/py-amqp), which was already included in the requirements.txt, may actually be recommended over librabbitmq: celery/librabbitmq#118 (comment) py-amqp (actual package name is just amqp) is an API-compatible alternative to librabbitmq that just uses Python without any C requirements.
Note that librabbitmq is removed: I was running into some compile errors that I was unable to solve, and it seems that the [py-amqp](https://github.com/celery/py-amqp), which was already included in the requirements.txt, may actually be recommended over librabbitmq: celery/librabbitmq#118 (comment) py-amqp (actual package name is just amqp) is an API-compatible alternative to librabbitmq that just uses Python without any C requirements.
Note that librabbitmq is removed: I was running into some compile errors that I was unable to solve, and it seems that the [py-amqp](https://github.com/celery/py-amqp), which was already included in the requirements.txt, may actually be recommended over librabbitmq: celery/librabbitmq#118 (comment) py-amqp (actual package name is just amqp) is an API-compatible alternative to librabbitmq that just uses Python without any C requirements.
Note that librabbitmq is removed: I was running into some compile errors that I was unable to solve, and it seems that the [py-amqp](https://github.com/celery/py-amqp), which was already included in the requirements.txt, may actually be recommended over librabbitmq: celery/librabbitmq#118 (comment) py-amqp (actual package name is just amqp) is an API-compatible alternative to librabbitmq that just uses Python without any C requirements.
Note that librabbitmq is removed: I was running into some compile errors that I was unable to solve, and it seems that the [py-amqp](https://github.com/celery/py-amqp), which was already included in the requirements.txt, may actually be recommended over librabbitmq: celery/librabbitmq#118 (comment) py-amqp (actual package name is just amqp) is an API-compatible alternative to librabbitmq that just uses Python without any C requirements.
To compile the C library you need cmake, libtool and autoconf. I think that is all the packages. If you can clone https://github.com/alanxz/rabbitmq-c and build it then this will compile correctly. |
librabbitmq 2.0.0 fails to compile in Linux See: * celery/librabbitmq#118 * ccnmtl/capsim@ff43409
This fixed my issue |
How to install that: |
Dear @ColCh , tx bro, this resolves my problem. |
Version 2 is unavailable at pypi. I cannot use it with python3.
The text was updated successfully, but these errors were encountered: