Installing Whisper package on PiDog

Hi there, I am trying to install Open AI on my PiDog. I am up to Step 3 on (AI Interaction Using GPT-4O — SunFounder PiDog Kit 1.0 documentation) which includes running the command ‘pip3 install openai-whisper’

I can get every other package to install except for Whisper. It appears to be a dependency issue but I’ve not been able to solve it.

Any advice is appreciated!

Maybe by removing triton and torch packages. Then install whisper again and see if it automatically gets the satisfied torch and triton packages?

I’m not an expert by all means. Just started out this summer with all these things and as such a noob but this is where I would start at least.

Is this a zero 2W? If it is I think you’ll need to build from source. Or change the recognizer

Thanks Lucas! I am not sure how to remove packages but I will try to find out :slight_smile:

Hi there! Thanks for the reply - I’m using a Pi 4

Ah sorry. Hoped that would help. Over to Sunfounder, I guess

We went to test and verify, and did not encounter the problem you said Oh.

  1. What version of Raspberry Pi are you currently using?
  2. Have you installed the required modules for PiDog first?
    5. Install All the Modules(Important) — SunFounder PiDog Kit 1.0 documentation
    You need to install the required codebase before you can use the GPT-4O for AI interaction:
    AI Interaction Using GPT-4O — SunFounder PiDog Kit 1.0 documentation
    The order of installation should not be messed up.

Hello!

  1. I’m using a Raspberry Pi 4, and using a 64bit OS

  2. I have installed the required codebase as per the instructions. The only step I have not done is under step 1:

Let me know if you think I should do this.

I have also followed the AI Interaction using GPT-40 instructions. Under Step 1 (install required packages and dependencies), every other step and command works, with the exception of the ‘pip3 install openai-whisper’ one.

I too am having the same Whisper installation problem. Apparently the Whisper package is not needed to run gpt_dog in keyboard mode. Keyboard mode has been working great. Amazing that this is even possible! So cool!! But I cannot get the listen mode to work, apparently without succesfull install of OpenAI Whisper. Any help you can provide will be appreciated!