J.A.R.V.I.S icon indicating copy to clipboard operation
J.A.R.V.I.S copied to clipboard

A personal assistant with simple, rudimentary AI

Results 28 J.A.R.V.I.S issues
Sort by recently updated
recently updated
newest added

> pip install -r requirements.t Collecting argparse Using cached argparse-1.4.0-py2.py3-none-any.whl (23 kB) Collecting aiml Using cached aiml-0.9.2-py2.py3-none-any.whl (2.1 MB) Requirement already satisfied: SpeechRecognition in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from -r requirements.txt (line 3))...

File "C:\Users\Jatin\Desktop\J.A.R.V.I.S-master\script.py", line 52 print r.recognize_google(audio) ^ SyntaxError: invalid syntax

Error: "raw_input" is not defined Can anyone help me please?

` else: import pyttsx kernel = aiml.Kernel() if os.path.isfile("bot_brain.brn"): kernel.bootstrap(brainFile="bot_brain.brn") else: kernel.bootstrap(learnFiles="std-startup.xml", commands="load aiml b")` ![Screenshot (26)](https://user-images.githubusercontent.com/79368864/120180625-9ee22300-c229-11eb-952b-b480a0404021.png)

'espeak' required for conversation

C:\Users\Cheran\Desktop\python\J.A.R.V.I.S>python script.py File "script.py", line 52 print r.recognize_google(audio) ^ SyntaxError: invalid syntax why am facing this error?

Traceback (most recent call last): File "script.py", line 1, in import aiml ImportError: No module named aiml

updated print function causing issue added brackets, updated pyttsx to pyttsx3 version, let me know if you want some more changes to be made. Thanks.

![pyaudio error](https://user-images.githubusercontent.com/17745049/79064727-16bd5900-7cc9-11ea-8da1-2107414657f6.PNG) Getting this error while installing Pyaudio. Is this relate to my python version ? I am using Python 3.7

``` while pip install -r requirement.txt ``` ``` Running setup.py install for pyalsaaudio ..er-ror ERROR: Command errored out with exit status 1: command: 'c:\users\prashant\appdata\local\programs\python\python36\python.exe' -u -c 'import sys, setuptools, tokenize;...