#!/opt/homebrew/bin/python3.11 try: import whisper print("whisper available") except ImportError as e: print(f"whisper not available: {e}")