rcbyron / hey-athena-client

Your personal voice assistant
https://heyathena.com
MIT License
421 stars 98 forks source link

Syntax error: invalid syntax Urgent help needed please!!! #70

Open drider1204 opened 6 years ago

drider1204 commented 6 years ago

i feel like im so close and ive been researching on how to fix this. At the installation part (for linux, ubuntu 18.04 LTS)....heres whats happening:

david@david-TP501UAK:~$ python3
Python 3.6.5 (default, Apr  1 2018, 05:46:30)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from athena import_main_
   File "<stdin>", line 1
         from athena import_main_
                                 ^
SyntaxError: invalid syntax
>>>``

*when i type in "from athena installmain" is when i get the Syntax Error: invalid syntax. how do i fix this? so far everything installed flawlessly. Thank you for your time***

isathish commented 6 years ago

Hi team,

Please try this

$pip3 install -U athena
python3
>>>
 from athena import __mani__