Closed jyu00 closed 1 year ago
This is also blocking me
the error seems to come up if there is any h/g/p with no backends associated with the account. I.e.
provider = IBMProvider(instance="ibm-q/open/main")
fails with the same error, even though the open provider clearly has backends. ( @kt474 FYI)
While this bug is being addressed, I reverted to version 0.1.0 and confirmed that it's fine.
Will be fixed by https://github.com/Qiskit/qiskit-ibm-provider/pull/502
Can confirm I am running into this as well.
can the fix be made part of a (sub-) release?
can the fix be made part of a (sub-) release?
Sure, i'll release 0.2.1 today
Information
What is the current behavior?
IBMProvider()
fails withif the particular h/g/p has no backends. In this case the particular one is
hub='ibm-q-internal', group='dev-cloud', project='reservations'
Steps to reproduce the problem
Initializing an account with a h/g/p that has no backends.
What is the expected behavior?
IBMProvider()
doesn't failSuggested solutions