no module named 'kronos' in ubuntu | Community
Skip to main content

no module named 'kronos' in ubuntu

  • September 6, 2022
  • 0 replies
  • 0 views

I'm using AWS (ubuntu instance) and django.

In ubuntu, I did sudo pip install django-kronos.

But, When sudo python3 manage.py runserr --settings=health.settings

Import Error: No module named 'kronos'   

happens.

Kronos works well in locals. Why I get the error in ubuntu??