**Describe the bug** I see the following message at runtime. {'text/plain': 'Adding package Microsoft.Quantum.Numerics.', 'application/x-qsharp-data': '{"LastUpdated":"2022-05-19T19:47:22.7391192-04:00","IsCompleted":false,"Description":"Adding package Microsoft.Quantum.Numerics","Subtask":null}'} **To Reproduce** Occurs with the following code import asyncio asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) import qsharp qsharp.packages.add("Microsoft.Quantum.Numerics")
Describe the bug
I see the following message at runtime.
{'text/plain': 'Adding package Microsoft.Quantum.Numerics.', 'application/x-qsharp-data': '{"LastUpdated":"2022-05-19T19:47:22.7391192-04:00","IsCompleted":false,"Description":"Adding package Microsoft.Quantum.Numerics","Subtask":null}'}
To Reproduce
Occurs with the following code
import asyncio
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
import qsharp
qsharp.packages.add("Microsoft.Quantum.Numerics")