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!
Lucas
January 5, 2025, 11:43am
2
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.
Spf650
January 5, 2025, 1:52pm
3
Is this a zero 2W? If it is I think you’ll need to build from source. Or change the recognizer
opened 12:55AM - 19 Dec 24 UTC
Hi,
What version of openai-whisper do you use with raspberrypi zero 2w?
I… got error dependencies conflict:
ERROR: Cannot install openai-whisper==20230117, openai-whisper==20230124, openai-whisper==20230306, openai-whisper==20230307, openai-whisper==20230308, openai-whisper==20230314, openai-whisper==20230918, openai-whisper==20231105, openai-whisper==20231106, openai-whisper==20231117, openai-whisper==20240927 and openai-whisper==20240930 because these package versions have conflicting dependencies.
The conflict is caused by:
openai-whisper 20240930 depends on torch
openai-whisper 20240927 depends on torch
openai-whisper 20231117 depends on torch
openai-whisper 20231106 depends on torch
openai-whisper 20231105 depends on torch
openai-whisper 20230918 depends on torch
openai-whisper 20230314 depends on torch
openai-whisper 20230308 depends on torch
openai-whisper 20230307 depends on torch
openai-whisper 20230306 depends on triton>=2.0.0.dev20221202
openai-whisper 20230124 depends on torch
openai-whisper 20230117 depends on torch
Thanks Lucas! I am not sure how to remove packages but I will try to find out
Hi there! Thanks for the reply - I’m using a Pi 4
Spf650
January 6, 2025, 11:12am
7
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.
What version of Raspberry Pi are you currently using?
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!
I’m using a Raspberry Pi 4, and using a 64bit OS
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!