davabase / transcriber_app

Real time speech to text transcription app.
363 stars 69 forks source link

ERROR: Could not find a version that satisfies the requirement tiktoken==0.3.1 (from openai-whisper) (from versions: none) #15

Open scheung38 opened 1 year ago

scheung38 commented 1 year ago

These are my steps:

brew install ffmpeg
brew install pyenv
brew install python-launcher

pyenv install 3.7.16
pyenv local 3.7.16
py -3.7 -m venv .venv

source .venv/bin/activate
(.venv) pip install -r requirements.txt 

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

So is it ok to ignore or is this still needing to be fixed?

Since python transcriber.py does not work now?

python --version
Python 3.7.16

Mac Apple M2 silicon Ventura 13.1