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

ModuleNotFoundError: No module named 'celery' #849

Open
ajinzrathod opened this issue Jun 12, 2021 · 1 comment
Open

ModuleNotFoundError: No module named 'celery' #849

ajinzrathod opened this issue Jun 12, 2021 · 1 comment

Comments

@ajinzrathod
Copy link

ajinzrathod commented Jun 12, 2021

I am running this code for first time. I did exactly as README.md file said.

I ran invoke start
and it showed

...
...
** Done! Successfully pulled latest image <fossee/yaksh_codeserver> **
** Preparing code server **
** Initializing code server within docker container **
9f7ed0d69b3626e60aed042821f34a54b6f6265e66261b38698fb204e63c90fc
** Checking code server status. Press Ctrl-C to exit **
** Code server is up and running successfully **

But when I run invoke serve

It shows this error:

** Setting up & migrating database **
...
...
ModuleNotFoundError: No module named 'celery'

And when I run it in shell, it works perfectly

(env) ajinkya@lenovo:~/Documents/daffort/online_test$ python
Python 3.8.5 (default, May 27 2021, 13:30:53) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import celery
>>> 

My system info

Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.2 LTS
Release:	20.04
Codename:	focal
@svennd
Copy link

svennd commented May 13, 2022

apt-get install celery

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