Login into Jupyter and open terminal
pip install git+https://github.com/openai/whisper.git
[root@f59e854f7b47 Recordings]# pip install git+https://github.com/openai/whisper.git
Collecting git+https://github.com/openai/whisper.git
Cloning https://github.com/openai/whisper.git to /tmp/pip-req-build-bavsq97d
Running command git clone --filter=blob:none --quiet https://github.com/openai/whisper.git /tmp/pip-req-build-bavsq97d
Resolved https://github.com/openai/whisper.git to commit e8622f9afc4eba139bf796c210f5c01081000472
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: torch in /usr/lib/python3.10/site-packages (from openai-whisper==20230314) (1.13.1)
Requirement already satisfied: numpy in /usr/lib/python3.10/site-packages (from openai-whisper==20230314) (1.23.5)
Collecting tiktoken==0.3.3
Downloading tiktoken-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 917.3 kB/s eta 0:00:00
Requirement already satisfied: more-itertools in /usr/lib/python3.10/site-packages (from openai-whisper==20230314) (9.0.0)
Collecting triton==2.0.0
Downloading triton-2.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (63.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.3/63.3 MB 2.0 MB/s eta 0:00:00
Requirement already satisfied: tqdm in /usr/lib/python3.10/site-packages (from openai-whisper==20230314) (4.64.1)
Collecting numba
Downloading numba-0.57.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 5.6 MB/s eta 0:00:00
Requirement already satisfied: requests>=2.26.0 in /usr/lib/python3.10/site-packages (from tiktoken==0.3.3->openai-whisper==20230314) (2.28.1)
Collecting regex>=2022.1.18
Downloading regex-2023.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (771 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 771.9/771.9 kB 1.0 MB/s eta 0:00:00
Collecting lit
Downloading lit-16.0.6.tar.gz (153 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 223.0 kB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: filelock in /root/.local/lib/python3.10/site-packages (from triton==2.0.0->openai-whisper==20230314) (3.9.0)
Collecting cmake
Downloading cmake-3.27.4.1-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (26.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.1/26.1 MB 3.7 MB/s eta 0:00:00
Collecting llvmlite<0.41,>=0.40.0dev0
Downloading llvmlite-0.40.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 3.1 MB/s eta 0:00:00
Requirement already satisfied: typing_extensions in /usr/lib/python3.10/site-packages (from torch->openai-whisper==20230314) (4.5.0)
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken==0.3.3->openai-whisper==20230314) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken==0.3.3->openai-whisper==20230314) (1.26.12)
Building wheels for collected packages: openai-whisper, lit
Building wheel for openai-whisper (pyproject.toml) ... done
Created wheel for openai-whisper: filename=openai_whisper-20230314-py3-none-any.whl size=798395 sha256=834a8a100d67765dbd6cb1f09f527b048b71feacfb814e582e9f86a6aa1fd576
Stored in directory: /tmp/pip-ephem-wheel-cache-f0ocwk8h/wheels/8b/6c/d0/622666868c179f156cf595c8b6f06f88bc5d80c4b31dccaa03
Building wheel for lit (pyproject.toml) ... done
Created wheel for lit: filename=lit-16.0.6-py3-none-any.whl size=93584 sha256=73c9bee90505ba82882bde02b6e6edc2925d662daf3365673df607fefde6222d
Stored in directory: /root/.cache/pip/wheels/14/f9/07/bb2308587bc2f57158f905a2325f6a89a2befa7437b2d7e137
Successfully built openai-whisper lit
Installing collected packages: lit, cmake, regex, llvmlite, triton, tiktoken, numba, openai-whisper
Successfully installed cmake-3.27.4.1 lit-16.0.6 llvmlite-0.40.1 numba-0.57.1 openai-whisper-20230314 regex-2023.8.8 tiktoken-0.3.3 triton-2.0.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv