I’m having an issue with the install. I followed the directions as precisely as I can (twice) and both times after running:
cd ~/mycroft-core
./start-mycroft.sh debug
I get the following error message:
respeaker@v2:~/mycroft-core$ ./start-mycroft.sh debug
Already up-to-date.
Starting all mycroft-core services
Initializing…
Starting background service bus
CAUTION: The Mycroft bus is an open websocket with no built-in security
measures. You are responsible for protecting the local port
8181 with a firewall as appropriate.
Starting background service skills
Starting background service audio
Starting background service voice
Starting background service enclosure
Starting cli
Traceback (most recent call last):
File “/usr/lib/python3.5/runpy.py”, line 193, in _run_module_as_main
“main”, mod_spec)
File “/usr/lib/python3.5/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “/home/respeaker/mycroft-core/mycroft/client/text/main.py”, line 21, in
from .text_client import (
File “/home/respeaker/mycroft-core/mycroft/client/text/text_client.py”, line 21, in
from mycroft.tts import TTS
File “/home/respeaker/mycroft-core/mycroft/tts/init.py”, line 20, in
from .tts import TTSFactory, TTS, TTSValidator, PlaybackThread
File “/home/respeaker/mycroft-core/mycroft/tts/tts.py”, line 467, in
class TTSFactory:
File “/home/respeaker/mycroft-core/mycroft/tts/tts.py”, line 473, in TTSFactory
from mycroft.tts.mimic_tts import Mimic
File “/home/respeaker/mycroft-core/mycroft/tts/mimic_tts.py”, line 40, in
import distutils.spawn
File “”, line 969, in _find_and_load
File “”, line 958, in _find_and_load_unlocked
File “”, line 666, in _load_unlocked
File “”, line 577, in module_from_spec
File “/home/respeaker/mycroft-core/.venv/lib/python3.5/site-packages/_distutils_hack/init.py”, line 82, in create_module
return importlib.import_module(’._distutils’, ‘setuptools’)
File “/usr/lib/python3.5/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 981, in _gcd_import
File “”, line 931, in _sanity_check
SystemError: Parent module ‘setuptools’ not loaded, cannot perform relative import
respeaker@v2:~/mycroft-core$
Any suggestions?


