Skip to content
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

Update documentation for librabbitmq dependencies #1110

Open
dolsysmith opened this issue Jul 6, 2022 · 0 comments
Open

Update documentation for librabbitmq dependencies #1110

dolsysmith opened this issue Jul 6, 2022 · 0 comments

Comments

@dolsysmith
Copy link
Contributor

We've found that librabbitmq doesn't work with versions of Python 3.8 other than 3.8.12. In order to get it working for development, I had to do the following.

  1. Build Python 3.8.12 from source. This documentation was helpful.
  2. Install additional dependencies, per this issue on the Celery repo:
sudo apt-get install libpython3.8-dev
sudo apt-get install -y --no-install-recommends \
        autoconf \
        automake \
        pkg-config \
        libtool

We should add this to the docs under the Development section.

@dolsysmith dolsysmith added this to the 3.0.0 milestone Jul 6, 2022
@dolsysmith dolsysmith self-assigned this Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant