MycroftAI / mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.
https://mycroft.ai
Apache License 2.0
6.51k stars 1.27k forks source link

Mycroft First Start Up CLI Error #2983

Closed RudraveerMandal closed 3 years ago

RudraveerMandal commented 3 years ago

This is the error when I do ./start-mycroft.sh cli

Initializing... ./start-mycroft.sh: line 83: /home/lamentis/mycroft-core/.venv/bin/activate: No such file or directory 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. ./start-mycroft.sh: line 141: /var/log/mycroft/bus.log: No such file or directory Starting background service skills ./start-mycroft.sh: line 141: /var/log/mycroft/skills.log: No such file or directory Starting cli Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 188, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.9/runpy.py", line 111, in _get_module_details import(pkg_name) File "/home/lamentis/mycroft-core/mycroft/init.py", line 18, in from mycroft.messagebus.message import Message File "/home/lamentis/mycroft-core/mycroft/messagebus/init.py", line 14, in from .client.client import MessageBusClient File "/home/lamentis/mycroft-core/mycroft/messagebus/client/init.py", line 15, in from .client import MessageWaiter, MessageBusClient File "/home/lamentis/mycroft-core/mycroft/messagebus/client/client.py", line 16, in from mycroft_bus_client import MessageBusClient as _MessageBusClient ModuleNotFoundError: No module named 'mycroft_bus_client'

Environment (please complete the following information):

How do I fix it?

forslund commented 3 years ago

Hi, it looks like the mycroft venv wasn't created. It's likely that the dev-setup.sh didn't complete since it doesn't have any handling for kali linux

krisgesling commented 3 years ago

I'd also warn that we don't test anything on WSL. There are people in the community that use it, so it's certainly possible, but you may run into issues particularly with audio.

As this isn't a supported platform I'm going to close this issue. However if you want to try and do a manual setup, you could ask for help on the Community Forums or in the Windows channel on Mycroft Chat.