I cannot run the simplest part of this Notebook in my own Python 3.10.0 environment.
code
basic_workflow = MyWorkflow(timeout=10, verbose=False)
result = await basic_workflow.run()
results in the error
“ValueError: loop argument must agree with lock”
How do I get past this?