Running 10.9.2 OSX, I had to go through a lot of stuff trying to get this app running, a lot more than the installation page shows.
Here is what I went through that I figured would be necessary to add:
$ sudo pip install -r requirements.txt # did not work with PyAudio
# had to install AIML from source, does not work from requirements.txt
$ sudo pip install requests # requirements.txt didn't work
$ sudo pip install pydub pyyaml # figured these didn't work either
$ brew install portaudio
# didn't work, got error (ImportError: No module named pyaudio)
# had to re-run requirements.txt installation
$ python jarvis.py # didn't work, got below error
> ImportError: No module named bs4
$ sudo pip install BeautifulSoup4
# Then I got this nice error when running 'jarvis.py: http://pastebin.com/9txw6nkW
# Then this: http://pastebin.com/FY8NLM2J
Then I finally got Jarvis to "work"... or at least it would listen. Then it would say "sorry sir, I am unable to process that".
I have no idea what the issue is, I'm running a newly cloned version of Jarvis and still just can't get it to work.
Hello there;
Running 10.9.2 OSX, I had to go through a lot of stuff trying to get this app running, a lot more than the installation page shows.
Here is what I went through that I figured would be necessary to add:
Then I finally got Jarvis to "work"... or at least it would listen. Then it would say "sorry sir, I am unable to process that".
I have no idea what the issue is, I'm running a newly cloned version of Jarvis and still just can't get it to work.