SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
https://github.com/SevaSk/ecoute
MIT License
5.83k stars 814 forks source link

Can't install requirements #35

Open Michal-Miky-Jankovsky opened 1 year ago

Michal-Miky-Jankovsky commented 1 year ago
  1. fresh clone of repo (on mac)
  2. pip3 install -r requirements.txt
➜  git cd ecoute 
➜  ecoute git:(main) pip3 install -r requirements.txt 
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117
Requirement already satisfied: numpy==1.24.3 in /usr/local/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (1.24.3)
Collecting openai-whisper==20230314 (from -r requirements.txt (line 2))
  Downloading openai-whisper-20230314.tar.gz (792 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 792.9/792.9 kB 6.1 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting Wave==0.0.2 (from -r requirements.txt (line 3))
  Downloading Wave-0.0.2.zip (38 kB)
  Preparing metadata (setup.py) ... done
Collecting openai==0.27.6 (from -r requirements.txt (line 4))
  Downloading openai-0.27.6-py3-none-any.whl (71 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.9/71.9 kB 2.2 MB/s eta 0:00:00
Collecting customtkinter==5.1.3 (from -r requirements.txt (line 5))
  Downloading customtkinter-5.1.3-py3-none-any.whl (295 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 295.2/295.2 kB 3.2 MB/s eta 0:00:00
ERROR: Could not find a version that satisfies the requirement PyAudioWPatch==0.2.12.5 (from versions: none)
ERROR: No matching distribution found for PyAudioWPatch==0.2.12.5
➜  ecoute git:(main) 
Screenshot 2023-05-30 at 16 23 53
boringthegod commented 1 year ago

PyAudioWPatch only works on Windows

enemaliwilliam commented 1 year ago

Can you test this

hoyangtsai commented 1 year ago

+1

10 didn't help.

anushervonodilov commented 1 year ago

I've been trying to do it in Windows but it's noy working Gettin g this error pip3 : The term 'pip3' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

jiajinz commented 1 month ago

I have been experiencing the same thing, I installed pyaudio for macOS, but PyAudioWPatch only works on Windows