lets-plot
lets-plot copied to clipboard
Failed installation on Pyodide with micropip
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