Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

qsharp.packages.add("Microsoft.Quantum.Numerics") #672

Closed
KMcGoldrick opened this issue May 19, 2022 · 2 comments
Closed

qsharp.packages.add("Microsoft.Quantum.Numerics") #672

KMcGoldrick opened this issue May 19, 2022 · 2 comments
Labels
Kind-Bug Something isn't working

Comments

@KMcGoldrick
Copy link

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")

@KMcGoldrick KMcGoldrick added the Kind-Bug Something isn't working label May 19, 2022
@msoeken
Copy link
Member

msoeken commented May 20, 2022

This seems to be related to Q# interoperability with Python. I am transferring this issue to microsoft/iqsharp.

@msoeken msoeken transferred this issue from microsoft/QuantumLibraries May 20, 2022
@cgranade
Copy link
Contributor

The snippet listed above is a normal status message that displays; we definitely take the feedback, however, that the status message could be better displayed in Python sessions. We'll open a new feature request for that, and will close this in favor of that request, but please feel free to re-open this issue if there's something else we can do here outside of the proposed enhancement. Thank you for your feedback!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Kind-Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants