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

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

Open
galihlprakoso opened this issue Jun 16, 2024 · 1 comment
Open

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

galihlprakoso opened this issue Jun 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@galihlprakoso
Copy link

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

  • JupyterLite version: 0.3.0
  • Operating System and version: Mac OS Monterey v12.7
  • Browser and version:Chrome Version 125.0.6422.142
Browser Output
-
@galihlprakoso galihlprakoso added the bug Something isn't working label Jun 16, 2024
@bollwyvl bollwyvl transferred this issue from jupyterlite/jupyterlite Jun 16, 2024
@bollwyvl
Copy link
Contributor

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:

  • request it from pyodide (as described at that link)
  • package it yourself with pyodide-build

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

No branches or pull requests

2 participants