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

ipywidgets fails to install in jupyterlite/demo deployment (again!) #127

Closed
pierre-haessig opened this issue Sep 14, 2023 · 0 comments · Fixed by #128
Closed

ipywidgets fails to install in jupyterlite/demo deployment (again!) #127

pierre-haessig opened this issue Sep 14, 2023 · 0 comments · Fixed by #128
Labels
bug Something isn't working

Comments

@pierre-haessig
Copy link

On the present jupyterlite demo, there is again (see previously #97) an error when installing ipywidgets in JupyterLab when using the Pyodide kernel:

% pip install ipywidgets

The last fragment of the error message also resembles what was discussed and fixed in jupyterlite/jupyterlite#783:

ValueError: Can't find a pure Python 3 wheel for 'widgetsnbextension~=4.0.9'.

What I don't understand about this error is that it seems that there is a pure Python wheel on PyPI: https://pypi.org/project/widgetsnbextension/#files (file widgetsnbextension-4.0.9-py3-none-any.whl, uploaded 13 sept. 2023, that is yesterday)

For the reference, the relevant fragments of jupyterlite demo's requirements.txt:

# Core modules (mandatory)
jupyterlite-core==0.1.1
jupyterlab~=3.5.1

# Python kernel (optional)
jupyterlite-pyodide-kernel==0.0.10

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.0.0,<9

However, I first caught the error with more recent versions:

# Core modules (mandatory)
jupyterlite-core==0.1.2
jupyterlab~=3.6.5

# Python kernel (optional)
jupyterlite-pyodide-kernel==0.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant