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

pickle _thread.lock objects error again #313

Open
fmigneault opened this issue Apr 27, 2020 · 1 comment
Open

pickle _thread.lock objects error again #313

fmigneault opened this issue Apr 27, 2020 · 1 comment

Comments

@fmigneault
Copy link

fmigneault commented Apr 27, 2020

I'm seeing this issue again (#260)
TypeError: can't pickle _thread.lock objects

Using Windows 10
Python 3.7.7
billiard==3.6.3.0
celery==4.4.2
pyramid-celery==3.0.0

Downgrading to billiard<3.6 works (celery doesn't crash) but getting pip requirements conflicts.

@fmigneault
Copy link
Author

Managed to make celery work with following:

billiard<3.6; sys_platform == "win32"
celery[mongodb]<4.4; sys_platform == "win32"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant