No module named 'kronos' in ubuntu

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??