jupyterlite / pyodide-kernel

Python kernel for JupyterLite powered by Pyodide
https://jupyterlite-pyodide-kernel.readthedocs.io/en/latest/_static/
BSD 3-Clause "New" or "Revised" License
43 stars 22 forks source link

Can't find a pure Python 3 wheel for 'qiskit-terra==0.46.1' #118

Open galihlprakoso opened 2 weeks ago

galihlprakoso commented 2 weeks ago

Description

I'm getting this error when installing qiskit module.

ValueError: Can't find a pure Python 3 wheel for 'qiskit-terra==0.46.1'.
See: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package
You can use `await micropip.install(..., keep_going=True)` to get a list of all packages with missing wheels.

What does it means? how do i fix it?

Reproduce

Install qiskit module.

Expected behavior

Should be able to install qiskit module.

Context

Browser Output
-
bollwyvl commented 2 weeks ago

There's the helpful link to:

https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package

By inspection, that package has binary extensions, and has not been built for pyodide.

The options are to: