You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Build Python 3.8.12 from source. This documentation was helpful.
Install additional dependencies, per this issue on the Celery repo:
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.
We should add this to the docs under the Development section.
The text was updated successfully, but these errors were encountered: