ecoute icon indicating copy to clipboard operation
ecoute copied to clipboard

Can't install requirements

Open Michal-Miky-Jankovsky opened this issue 2 years ago • 5 comments

  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

Michal-Miky-Jankovsky avatar May 30 '23 14:05 Michal-Miky-Jankovsky

PyAudioWPatch only works on Windows

boringthegod avatar May 30 '23 14:05 boringthegod

Can you test this

iamwille-dev avatar May 30 '23 23:05 iamwille-dev

+1 #10 didn't help.

hoyangtsai avatar Jun 03 '23 16:06 hoyangtsai

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

  • pip3 install -r requirements.txt
  •   + CategoryInfo          : ObjectNotFound: (pip3:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

anushervonodilov avatar Jun 06 '23 02:06 anushervonodilov