Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install requirements #35

Open
Michal-Miky-Jankovsky opened this issue May 30, 2023 · 4 comments
Open

Can't install requirements #35

Michal-Miky-Jankovsky opened this issue May 30, 2023 · 4 comments

Comments

@Michal-Miky-Jankovsky
Copy link

  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
Copy link

PyAudioWPatch only works on Windows

@enemaliwilliam
Copy link

Can you test this

@hoyangtsai
Copy link

+1
#10 didn't help.

@anushervonodilov
Copy link

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
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants