You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
>>>
I am running this code for first time. I did exactly as README.md file said.
I ran
invoke start
and it showed
But when I run
invoke serve
It shows this error:
And when I run it in shell, it works perfectly
My system info
The text was updated successfully, but these errors were encountered: