when i use whisper through command prompt it works flawlessly, however when i try to run it through a python script it says:
'whisper' has no attribute 'load_model'
i tried to debug and used: print(dir(whisper))
which gave me:
['AudioTranscriber', 'QApplication', 'QColor', 'QMainWindow', 'QPalette', 'QPushButton', 'QTextCursor', 'QTextEdit', 'QTimer', 'QVBoxLayout', 'QWidget', 'Qt', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'np', 'queue', 'sd', 'sf', 'sys', 'tempfile', 'threading', 'whisper']
and now im stumpted, ive updated everything, reinstalled everything, restarted everything 10 times over and this still happens.