Jarvis: Unable to load Jarvis. On running "jarvis" command.
Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/home/ayush/Jarvis/jarviscli/__main__.py", line 2, in <module> import Jarvis File "/home/ayush/Jarvis/jarviscli/Jarvis.py", line 3, in <module> from colorama import Fore ImportError: No module named colorama 
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 41 (9 by maintainers)
i have fix this problem,(of course you must make sure that you have installed all the developments )because the command to start jarvis is python ,when your python is not only one version that maybe all developments installed at the python is not the default python version,so you just need to
cd /usr/local/bin/ sudo nano jarvis
to modify this jarvis.sh you will see a command in it like :python …/…/…/jarvis.py and you just make sure if the python point the right version i modified the python with python3 and it works fine
install
espeak
please?@MurphyAdam Please install
espeak
and try again