Closed AibelKingslayer closed 5 years ago
please plaese please help me
Hi!
That's an interesting error and can't reproduce. Could you provide more information (os, python version, branch)?
Line 4 of Jarvis.py is actually just:
from colorama import Fore
But it is actually 'Jarvis.py' and not 'jarvis.py'. Strange...
thank you for your reply my os parrot sec os python 2.7
Hmm, could you try cleaning python cache:
(in Jarvis directory)
find . -name '*.pyc' -delete
find . -name __pycache__ -delete
ok
bro the main file is Jarvis.py right
but its not executing when i type sudo python Jarvis.py
File "Jarvis.py", line 7, in
pip install pyttsx3 Requirement already satisfied: pyttsx3 in ./.local/lib/python2.7/site-packages (2.7)
still error bro please help me please
sudo python Jarvis.py
Please no sudo!
bro the main file is Jarvis.py right
No - actually not. You need to run
./setup.sh
This will install all pip-requirements and create a start-script jarvis.sh.
ok
thanks bro now its working
;)
File "jarvis.py", line 4 SyntaxError: Non-ASCII character '\xe2' in file jarvis.py on line 4, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details