-
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
librabbitmq fails to install #22
Comments
Seeing the same problem on 12.04 & python 2.7, but debian squeeze with python 2.6 seems fine. The _librabbitmq.so isn't getting installed nor the librabbitmq directory in dist-packages. |
I got this working last week. Trying to remember exactly how I did it, but it involved compiling from source and then pip installing. |
It's hard for me to debug this since I'm not able to reproduce :( Are you able to install from source?
If not, could you add some debugging print statements to the setup.py file? Also, are you sure you have the build-essentials and python headers installed? (gcc, python-dev, etc)? @23doors, The version of rabbitmq-server should not matter, the py-librabbitmq distrobution |
Silly me. make wasn't installed. Feel free to close, although it should output some errors, not just silently fail. I guess others had more or less same situation. |
This issue still exists for me. I have make installed. pip install works fine, but everything else not (source and easy_install) |
I had the same problem where make wasn't installed. It just succeeded silently without it and once I installed make it worked just fine. |
@tesh11 what you mean by make installed, what is your os? Also (i have make installed)
I'm on ubuntu 12.10 64 |
I just modified it so that it raises an exception if |
Thanks, that solves this for me. Seems though like @xando is having a different issue. |
I think ticket is generic enough, I've downloaded latest master, this what I've got
|
@xando If you're going to install from source you have to execute |
I'm also having buildout issue with librabbitmq-1.0.3. Package installs itself properly via pip, but fails to do so via buildout. Here's the messages I'm getting:
|
Same occurs for me when using buildout on Ubuntu 12.40 |
The output should also include the line:
Do you not see that there? Does buildout not call |
This appears to be the same as #61 |
2020 already, still an open issue? |
Hello All,
Had similar issue while building the setup.py file
Resolved the same by installing python-devel package. Reference link: https://stackoverflow.com/questions/15631135/python-h-missing-from-ubuntu-12-04 Hope, it would help someone. |
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:
Looks fine. Except there was no compilation done. Python: import librabbitmq:
ImportError: No module named librabbitmq
Could it have anything to do with me using rabbitmq 3.0.1 (latest stable)?
The text was updated successfully, but these errors were encountered: