• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help no module named 'kronos' in ubuntu

pavanhkrp

Lurker
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.
 
Back
Top Bottom