cocktailpeanut / whisper-webui.pinokio

13 stars 4 forks source link

Transformers missing on Intel mac install #1

Open alistairwalsh opened 7 months ago

alistairwalsh commented 7 months ago

Was getting an error on launch on an Intel Mac - no module named transformers. Fixed by adding transformers to requirements file

IamTirion commented 7 months ago

@alistairwalsh Sorry, how do you add transformers to requirements file?

alistairwalsh commented 7 months ago

The requirements.txt file from https://github.com/cocktailpeanut/Whisper-WebUI/blob/master/requirements.txt, contains python packages that are needed by the Whisper-WebUI app, open it in a text editor and add "transformers" on a new line (no quotation marks needed in the requirements file though). Then when you install with Pinokio, it will be installed along with the other Python packages.