no module named 'kronos' in ubuntu

Answered

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.

0
2 comments

If you use python3 to run manage.py, you need to install django-kronos with pip3 , not pip:

sudo pip3 install django-kronos

https://stackoverflow.com/questions/45284899/no-module-named-kronos-in-ubuntu

0

if we can get Kronos to a position where it’s plausible for a fairly knowledgeable Ubuntu sysadmin-type user to install it and start playing with it, then people will just have a play with it. If we require people using kronos to come to the party with a high spec, new, clean, dedicated box, then we’re going to have fewer people trying it out.

0

Please sign in to leave a comment.