-
Notifications
You must be signed in to change notification settings - Fork 70
Account info not found #404
Comments
{'default-ibm-quantum': {'channel': 'ibm_quantum',
'token': 'XXXX',
'url': 'https://auth.quantum-computing.ibm.com/api',
'verify': True}} |
I believe it's defaulting to look for an |
@nonhermitian are you still having this issue? |
fixed by #399 |
I still see this error on the latest version of the provider and Qiskit: from qiskit_ibm_provider import IBMProvider
provider = IBMProvider() gives
But |
Do you have an account named
|
Shouldn't it look for my other credentials from the usual IBMQ provider? |
It looks for credentials from the |
Ahh ok. I thought it worked the same here. I am creating materials for teaching people how to use our new tools, and it would help to ease the transition when moving from the old provider to the new one. |
Information
What is the current behavior?
I have a IQX token installed, but the qiskit-ibm-provider cannot find it:
gives
AccountNotFoundError: 'No default ibm_quantum account saved.'
But the Runtime and regular IBMQ provider have no problem finding my credentials
Steps to reproduce the problem
What is the expected behavior?
Suggested solutions
The text was updated successfully, but these errors were encountered: