sukeesh / Jarvis

Personal Assistant for Linux and macOS
MIT License
2.91k stars 1.02k forks source link

Update optional.py #1176

Closed anon15683 closed 2 months ago

anon15683 commented 2 months ago

Removed s at the end in Fasttext "instruction" of optional.py to stop exception while installing fasttext.

anon15683 commented 2 months ago

Also, not sure how to do this, but for me all optional installs failed, the audio program is only called pyaudio or python3-pyaudio, but after installing it still won't see that it is installed. Same goes for fasttext.

pnhofmann commented 2 months ago

Thanks!

python3-pyaudio

Hmm, it needs to be installed to the virtualenv. Usually if you install the lib globally, it also installs all that is necessary to install in virtualenv.

For now I'll recommend to just ignore and don't use speech recognition - right now it isn't good anyway. I'll plan to rework this whole part when I have time...

anon15683 commented 2 months ago

Haha, thanks for the quick reply. I will also see what I can do. My knowledge is technically a bit more than basic but not necessarily in this area. For now, I might also try it on windows and see what I can do