-
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
"pip install librabbitmq" failed with error code 1 #131
Comments
Doesn't look like a duplicate of #127 to me. Regardless, confirming this still occurs on Mac OSX High Sierra 10.13.6, Python 3.7.2. This is a nonstarter for using RabbitMQ as Celery message broker. This build has been broken for 3 weeks now, what's the status? |
Why has this been closed? It does not seem to be a duplicate of 127. |
AS For me After multiple test and try / update to latest version (even dev, if it can help peoples to not lose 3h on it (: |
If you are on Ubuntu you can try to install these packages
|
@aberrier solution works for me, thanks. |
Thank you thank you thank you! |
solved for me too |
Same, it has solved for me it as well on Linux Ubuntu 20.04. |
Works, thank you @aberrier |
it is working.. @aberrier thank you |
Upon creating a virtual environment in Python 3.7.1 and trying
pip install librabbitmq
, I get the following error message:Here is the verification of the Python version:
Any idea what is causing this?
The text was updated successfully, but these errors were encountered: