Giter Club home page Giter Club logo

Comments (9)

amitsaha avatar amitsaha commented on May 28, 2024 2

I recently built some manylinux1 wheels (#87). These manylinux1 wheels are installable on Fedora without any issues. Please check my PR there and you can start using librabbitmq on Fedora without any issues. We just need to now start pushing manylinux1 wheels to PyPi.

from librabbitmq.

david-caro avatar david-caro commented on May 28, 2024 1

Yep, the current code that's on pypi it's from 2014 and does not include the patches @agriffis mentioned. When should we expect the next release on pypi? ;)

from librabbitmq.

usrlocalben avatar usrlocalben commented on May 28, 2024 1

bump.

fc25.

I installed it similar to the comment above, but it is not necessary to make install .

wget 'https://pypi.python.org/packages/82/6c/1b3f7ca755787e934513039131091134038239f167e1bc50565cb46112a0/librabbitmq-1.6.1.tar.gz#md5=716f05388d4747ea605c1a31f8541e3b'
tar xzf librabbitmq-1.6.1.tar.gz
cd librabbitmq-1.6.1/clib
./configure
make
cd ..
python setup.py install

Running setup.py install without having built the binaries with make is not enough -- it will terminate with the same error as OP.

from librabbitmq.

agriffis avatar agriffis commented on May 28, 2024

See #68 and the comment in #69 ... the latter might be a pointer in the right direction on Fedora.

from librabbitmq.

amitsaha avatar amitsaha commented on May 28, 2024

This is still failing to install on Fedora 23 with the same error as above.

from librabbitmq.

amitsaha avatar amitsaha commented on May 28, 2024

Okay, here is something more encouraging i guess:

  • I downloaded the source from PyPi for 1.6.1
  • extracted it
  • cd clib; ./configure; make install
  • cd ../
  • python setup.py install

And it succeeds!

from librabbitmq.

stephen144 avatar stephen144 commented on May 28, 2024

Also successful following previous comment on Fedora 23.

from librabbitmq.

pradeepcep avatar pradeepcep commented on May 28, 2024

I had the same issue when installing librabbitmq using pip. If having 1.6.1 isn't critical for you, and installing via pip is something you simply must retain, then the easiet thing to do is:

pip install librabbitmq==1.5.1

I don't yet know why this works and the newer version doesn't. I'll post here if I find out. Also, I am not an expert; so please take this with a pinch of salt.

from librabbitmq.

auvipy avatar auvipy commented on May 28, 2024

https://github.com/celery/librabbitmq/releases/tag/v2.0.0

from librabbitmq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.