Module tornado.ioloop - kde neon

import tornado.ioloop as ioloop

ImportError: No module named tornado.ioloop
Starting service
/home/moglie/mycroft-core/start.sh: line 25: /home/user/.virtualenvs/mycroft/bin/activate: No such file or directory
Traceback (most recent call last):
File “/home/user/mycroft-core/mycroft/messagebus/service/main.py”, line 21, in
from mycroft.configuration import ConfigurationManager
File “/home/moglie/mycroft-core/mycroft/configuration/init.py”, line 22, in
import inflection
ImportError: No module named inflection

I’ve not checked out the KDE Desktop myself yet… It looks to me like there is a pip dependency problem. Either the setup didn’t run completely or there is a problem with your python environment.
I’ll give the desktop a go and get back to you.

I just ran the script that Steve posted on the blog here:

and didn’t run into any issue. It was from a fresh install, so nothing should have been added that wasn’t “stock”

Did you try it through that script? What version of the KDE are you running?