davabase/whisper_real_time

Dependencies

Opened this issue · 0 comments

Script says Python 3.7, so I used 3.7 in my Conda env, but when I pip install requirements.txt, I get errors based on python 3.7. I believe the issue is with PyAudio:

Collecting SpeechRecognition
  Using cached SpeechRecognition-3.8.1-py2.py3-none-any.whl (32.8 MB)
INFO: pip is looking at multiple versions of pyaudio to determine which version is compatible with other requirements. This could take a while.
Collecting pyaudio
  Using cached PyAudio-0.2.12.tar.gz (42 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.9; 0.1.2 Requires-Python >=3.8; 0.2.0 Requires-Python >=3.8; 0.3.0 Requires-Python >=3.8; 0.3.1 Requires-Python >=3.8; 0.3.2 Requires-Python >=3.8; 0.3.3 Requires-Python >=3.8; 3.10.0 Requires-Python >=3.8
ERROR: Could not find a version that satisfies the requirement tiktoken==0.3.1 (from openai-whisper) (from versions: none)
ERROR: No matching distribution found for tiktoken==0.3.1