debugger22 / Jarvis

As the name suggests
MIT License
367 stars 91 forks source link

Installation on Mac OSX #13

Closed brendanashworth closed 9 years ago

brendanashworth commented 10 years ago

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:

$ 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.

brendanashworth commented 10 years ago

Bump, any updates? #10 cannot be worked on with me until I can get it to work.

brendanashworth commented 9 years ago

Closing, as this project isn't maintained anymore it seems.