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

Update dependencies #47

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update dependencies #47

wants to merge 2 commits into from

Conversation

mho291
Copy link
Contributor

@mho291 mho291 commented Dec 13, 2024

No description provided.

@mho291 mho291 requested a review from scarrazza December 13, 2024 05:35
@mho291
Copy link
Contributor Author

mho291 commented Dec 13, 2024

Updating dependencies. I didn't encounter any problems with poetry lock this time. When doing pytest tests/, there were no braket errors as well. Big thanks to @alecandido's advice to go with amazon-braket-sdk = "^1.88.3^.

However there were failures with qiskit because of the lack of token on my local computer, and I remember correctly, it's ok because the token is stored here.
E RuntimeError: No token provided. Please explicitely pass the token ``token='your_token'`` or set the environment variable ``IBMQ_TOKEN='your_token'``.

@alecandido
Copy link
Member

However there were failures with qiskit because of the lack of token on my local computer, and I remember correctly, it's ok because the token is stored here.

I'm running the tests in the CI. If they are passing, there should be no problem.

@alecandido
Copy link
Member

Ok, tests failed, but they all seem related to Qibo issues @BrunoLiegiBastonLiegi

  • GlobalBackend is not available any longer in recent qibo, and most likely the new version has been brought in by the new lock
    assert isinstance(
    GlobalBackend(), MetaBackend.load(backend, token=token).__class__
    )
    assert GlobalBackend().name == backend

    a similar issue has been faced in Qibocal in Fix backend call qibocal#1050
  • apparently, the qibo-client has some networking issues (that declares to be related to the unavailability of the sim partition, though it is actually available)

@scarrazza
Copy link
Member

@BrunoLiegiBastonLiegi I have updated the token, could you please update the client with the latest features, change in device and project name?

@BrunoLiegiBastonLiegi
Copy link
Contributor

I'll update this with the last qibo-client modifications asap.

@scarrazza
Copy link
Member

@BrunoLiegiBastonLiegi could you please check this?

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

Successfully merging this pull request may close these issues.

4 participants