lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

Failed installation on Pyodide with micropip

Open essicolo opened this issue 5 months ago • 1 comments

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

essicolo avatar Sep 25 '24 14:09 essicolo