-
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 2.0.0 with Python 3 gives TypeError: can't pickle memoryview objects #119
Comments
Hey - can you please explain this step: "This works fine (after installing certain binaries for c compliation in the OS)" What did you install and how did you do it? Thanks! |
ref:
|
this library is mostly incomplete and less maintained. py-amqp is the recommended one |
'solo' task pool works well. 'prefork' gives pickle issues. 'gevent' and 'eventlet' hang forever. |
|
Any updates? |
I am using the latest master branch of the git repo https://github.com/celery/librabbitmq and installing
librabbitmq==2.0.0
for Python 3.6 by following the instructions in the readmeUsing the development version
You can clone the repository by doing the following:
Then install it by doing the following:
This works fine (after installing certain binaries for c compliation in the OS), but when I then make a small
a+b
add task and call it withadd.delay(2,2)
it fails with the following error. I looked up and saw that Celery 4 uses json as serializer, so clearly it is not because if pickle serializationThe text was updated successfully, but these errors were encountered: