Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace load_accounts with load_account #101

Open
wadimiusz opened this issue Mar 18, 2021 · 0 comments
Open

Replace load_accounts with load_account #101

wadimiusz opened this issue Mar 18, 2021 · 0 comments

Comments

@wadimiusz
Copy link

wadimiusz commented Mar 18, 2021

Hi,

I noticed in the "Hello zero" tutorial that you use the load_accounts method of qiskit.IBMQ.

This method is deprecated and throws the following exception in qiskit-0.24.0:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'IBMQFactory' object has no attribute 'load_accounts'

Instead, load_account is used. You may want to find all instances of using load_accounts and change them to load_account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant