As i was going through the Celery implementation from the Celery documentation,
celery -A tasks worker --loglevel=INFO
gave output unexpected that from the documentation,
File "d:\101_all_projects\celery-testing\venv\lib\site-packages\celery\platforms.py", line 9, in import grp ModuleNotFoundError: No module named 'grp'
Is this because i am on windows?