autocap
autocap copied to clipboard
Import problem
The problem is related to the naming style of openai packages. When the script runs and can't import one of the packages, it will try to install all of them, one of which is whisper, which isn't openai-whisper, so that's the problem.
Ideally, it would be better to have a separate script to install and check all the dependencies needed for the script, because, for example, on the ubuntu 22.04 based distro (python 3.10.12, ffmpeg 4.4.2, ImageMagick 6.9.11-60), which is a fairly common environment, there are certain problems and I gave up trying to get it to work.