RuntimeError when sending user queries for retrieval

Hi, i’m trying to run the first notebook (L1-Advanced_RAG_Pipeline) locally, however when I try to run this cell

response = query_engine.query(
“What are steps to take when finding projects to build your experience?”
)
print(str(response))

i get the following error:

RuntimeError: cannot reuse already awaited coroutine

I’m using version 0.9.43 of llama_index.