debugger22 / Jarvis

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

Dependency installation problem #14

Open tarzzz opened 9 years ago

tarzzz commented 9 years ago

Hi guys, first of all, nice work. I tried building my own "Jarvis" using google stt once, but it went stale, due to lack of time from my side.

I have some problems with installation:

Could not find any downloads that satisfy the requirement PyAudio==0.2.8 (from -r requirements.txt (line 2))
  Some externally hosted files were ignored (use --allow-external PyAudio to allow).
Cleaning up...
No distributions at all found for PyAudio==0.2.8 (from -r requirements.txt (line 2))
Storing debug log for failure in /tmp/tmpe0ICNC

Can you point me to the right PyAudio? Also after I install PyAIML, I still get an ImportError

ImportError: No module named aiml

Any thoughts on these?

brendanashworth commented 9 years ago

I had some issues with installing these too. I have a little bit of notes jotted down in #13, but I didn't end up getting it to work. Hopefully that issue will help you, but if not - good luck.

wallacesilva commented 9 years ago

you can try comment line of requirements.txt with:

#PyAudio==0.2.8

and try install manual with:

# worked to me on ubuntu and linux mint, im using python 2.7
sudo apt-get install python-pyaudio

good luck :)