-
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
Error at install librabbitmq Big Sur 11.2.2 #157
Comments
No, the above workarounds doesn't help. Fails on MacOS BigSur 11.2.3 too |
Looking at the OP's
which suggests that A simple, hackish workaround is to declare
Then, build and install from within the
This worked for me on macOS 11.4 (Big Sur) with Xcode 12.4 and its Command line Tools and Python 3.9.5 (version of python should not matter as others have suggested in related issues). In addition, I had to upgrade Having said all this (sorry for being verbose), the real question for @thedrow and @ask is: what is the status of
Is this now in Celery 5.1.1 itself (i.e., not a part of a bundled dependency)? Is this now the default when the broker is set to Thank you in advance for any clarifying answers. |
this issue is also surfacing on mac os Monterey. so, any help? |
@aichao your solution worked for me on OSX monterey. thanks. |
For me the following code has helped to solve "implicit declaration of function 'amqp_simple_wait_frame_on_channel'" error during librabbitmq installation:
This is for MacOS BigSur. |
Env:
MacOS BigSur 11.2.2
Python 3.7.5
I encounter the below issue, any idea?
$ pip install librabbitmq
error.txt
The text was updated successfully, but these errors were encountered: