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.
请先登录再写评论。
If you use
python3to runmanage.py, you need to installdjango-kronoswithpip3, notpip:sudo pip3 install django-kronoshttps://stackoverflow.com/questions/45284899/no-module-named-kronos-in-ubuntu
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.