try: from jose import jwt print("SUCCESS: python-jose is installed and importable.") except ImportError as e: print(f"ERROR: {e}") except Exception as e: print(f"ERROR: {e}")