JetBrains / lets-plot

Multiplatform plotting library based on the Grammar of Graphics
https://lets-plot.org
MIT License
1.55k stars 49 forks source link

Failed installation on Pyodide with micropip #1196

Open essicolo opened 2 days ago

essicolo commented 2 days ago

Marimo offers a platform to run Python in the browser with Pyodide at marimo.app. The proposed way to install packages is to run import micropip in a cell, then in another,

await micropip.install("lets-plot")
import lets_plot as lp

However, the installation fails with

ValueError: Can't find a pure Python 3 wheel for 'lets-plot'.
See: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package

The following link can be used to reproduce the error.

https://marimo.app/l/bc1c9a

alshan commented 2 days ago

Thanks, we will take a look.