Umesh-01 / Python-Assistant

Python Assistant (PA) is a voice command based assistant service written in Python 3.9+. It can recognize human speech or voice, talk to user and execute basic commands.
MIT License
79 stars 53 forks source link

Added changes to requirement.txt #57

Closed Akshata-Gunapache closed 2 years ago

Akshata-Gunapache commented 2 years ago

I have added new changes to the requirements.txt as suggested.

omartarek206 commented 2 years ago

Hello Akshata, hope you're doing well. I, too, have been working on the requirements.txt file and have come across some problems. I think you did nice work, however I have found PyAudio==0.2.11 to not successfully install PyAudio library in my experience on multiple platforms and different python versions. If you could please tell me how did you go with installing it, the way I did, based on looking on stackoverflow, was separating this step into two:

  1. Downloading the suitable PyAudio files from https://www.lfd.uci.edu/~gohlke/pythonlibs/#PyAudio
  2. Modifying the requirements.txt file to install the library from that path, as in: PyAudio @ file:///C:/path/to/PyAudio-0.2.11-cp39-cp39-win_amd64.whl

I know it is not efficient, but it was the only way it would work for me. Would like your insight or anyone else's about it.

Akshata-Gunapache commented 2 years ago

Hello Akshata, hope you're doing well. I, too, have been working on the requirements.txt file and have come across some problems. I think you did nice work, however I have found PyAudio==0.2.11 to not successfully install PyAudio library in my experience on multiple platforms and different python versions. If you could please tell me how did you go with installing it, the way I did, based on looking on stackoverflow, was separating this step into two:

  1. Downloading the suitable PyAudio files from https://www.lfd.uci.edu/~gohlke/pythonlibs/#PyAudio
  2. Modifying the requirements.txt file to install the library from that path, as in: PyAudio @ file:///C:/path/to/PyAudio-0.2.11-cp39-cp39-win_amd64.whl

I know it is not efficient, but it was the only way it would work for me. Would like your insight or anyone else's about it.

Even I had a few issues with it, but I hope this helps. https://www.codegrepper.com/code-examples/python/how+to+install+pyaudio+in+python

Akshata-Gunapache commented 2 years ago

@Umesh-01 I am a GSSoC'22 participant. I would be grateful if you label this PR as GSSoC. Thank You.