JetBrains / JetBrains/lets-plot

Failed installation on Pyodide with micropip

Open
#1,196 1 comment 2 reactions 0 assignees View on GitHub
*
Dominant language
Kotlin
Stars
1.8k
Forks
60
PR merge metrics
No merged PRs in 30d

Description

Marimo offers a platform to run Python in the browser with Pyodide at marimo.app. The [proposed way](https://docs.marimo.io/guides/wasm.html) 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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.