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

Fix CI by adding ipykernel to requirements #230

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

Eric-Arellano
Copy link
Collaborator

CI started failing with

sphinx.errors.ExtensionError: Unable to find kernel (exception: No such kernel named python3)

I used a text comparison between our requirements installed in CI from last week vs this week. The main difference is ipykernel no longer showing up in the list of reqs. That is due to the patch bump of ipywidgets and its change here: jupyter-widgets/ipywidgets@785d159#commitcomment-106272180

In the meantime to them possibly reverting that change, this fixes CI.

Copy link
Contributor

@HuangJunye HuangJunye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@HuangJunye HuangJunye merged commit 29277ce into Qiskit:main Mar 28, 2023
@Eric-Arellano Eric-Arellano deleted the fix-tests branch March 28, 2023 15:16
Eric-Arellano added a commit that referenced this pull request Mar 28, 2023
CI started failing with 

> sphinx.errors.ExtensionError: Unable to find kernel (exception: No
such kernel named python3)

I used a text comparison between our requirements installed in CI from
last week vs this week. The main difference is `ipykernel` no longer
showing up in the list of reqs. That is due to the patch bump of
`ipywidgets` and its change here:
jupyter-widgets/ipywidgets@785d159#commitcomment-106272180

In the meantime to them possibly reverting that change, this fixes CI.
Eric-Arellano added a commit to Eric-Arellano/qiskit_sphinx_theme that referenced this pull request Apr 4, 2023
CI started failing with

> sphinx.errors.ExtensionError: Unable to find kernel (exception: No
such kernel named python3)

I used a text comparison between our requirements installed in CI from
last week vs this week. The main difference is `ipykernel` no longer
showing up in the list of reqs. That is due to the patch bump of
`ipywidgets` and its change here:
jupyter-widgets/ipywidgets@785d159#commitcomment-106272180

In the meantime to them possibly reverting that change, this fixes CI.
javabster pushed a commit that referenced this pull request Apr 4, 2023
)

CI started failing with

> sphinx.errors.ExtensionError: Unable to find kernel (exception: No
such kernel named python3)

I used a text comparison between our requirements installed in CI from
last week vs this week. The main difference is `ipykernel` no longer
showing up in the list of reqs. That is due to the patch bump of
`ipywidgets` and its change here:

jupyter-widgets/ipywidgets@785d159#commitcomment-106272180

In the meantime to them possibly reverting that change, this fixes CI.
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.

2 participants