CrewAI example installation fails to install on Windows 11

followed the basic installation at Installation - CrewAI.
I am using the correct API key and credentials
attempted to execute “crewai run”

Error received was:

          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
raise e
result = original_function(*args, **kwargs)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
raise exception_type(
model, custom_llm_provider, dynamic_api_key, api_base = get_llm_provider(
                                                        ^^^^^^^^^^^^^^^^^
raise e

.BadRequestError:

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “”, line 198, in _run_module_as_main
File “”, line 88, in run_code
File "C:\Users\XX\SourceCode\crewai_tests\latest_ai_development.venv\Scripts\run_crew.exe_main
.py", line 10, in
File “C:\Users\XX\SourceCode\crewai_tests\latest_ai_development\src\latest_ai_development\main.py”, line 28, in run
raise Exception(f"An error occurred while running the crew: {e}")
Exception:
ERROR:crewai.telemetry.telemetry:(‘Connection aborted.’, ConnectionResetError(10054, ‘An existing connection was forcibly closed by the remote host’, None, 10054, None))
An error occurred while running the crew: Command ‘[‘uv’, ‘run’, ‘run_crew’]’ returned non-zero exit status 1.