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

No modules named 'config' found #1

Open
kailashlimba1997 opened this issue Sep 1, 2022 · 1 comment
Open

No modules named 'config' found #1

kailashlimba1997 opened this issue Sep 1, 2022 · 1 comment

Comments

@kailashlimba1997
Copy link

kailashlimba1997 commented Sep 1, 2022

Traceback (most recent call last):
File "", line 1, in
File "c:\users\kaila\appdata\local\programs\python\python39\lib\site-packages\billiard\spawn.py", line 165, in spawn_main
exitcode = _main(fd)
File "c:\users\kaila\appdata\local\programs\python\python39\lib\site-packages\billiard\spawn.py", line 207, in _main
self = pickle.load(from_parent)
ModuleNotFoundError: No module named 'config'

@ggree1
Copy link

ggree1 commented Jan 3, 2023

OMG, I struggled all day long for this problem.
Finally, the solution was simple.
Celery doesn't support windows properly that's why you and I faced with 'prckle.load... ModuleNotFoundError'.

In windows, prefork pool opiton doesn't work, so install gevent and start up Celery with -P gevent option.
or just start -P solo

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

2 participants