pyscript / examples

5 stars 4 forks source link

Broken examples #16

Closed sfermigier closed 7 months ago

sfermigier commented 7 months ago

Checklist

What happened?

The examples

https://examples.pyscriptapps.com/panel-and-hvplot/latest/ https://examples.pyscriptapps.com/kmeans-in-panel/latest/

(I haven't tried all the examples).

What browsers are you seeing the problem on? (if applicable)

Firefox

Console info

Uncaught (in promise) PythonError: Traceback (most recent call last):
  File "/lib/python3.11/site-packages/micropip/_commands/install.py", line 146, in install
    raise ValueError(
ValueError: Can't find a pure Python 3 wheel for: 'tornado>=6.2', 'contourpy>=1.2'

Additional Context

No response

WebReflection commented 7 months ago

it looks to me even after updating PyScript to its latest (with latest pyodide) the tornado package can't be found upstream.

WebReflection commented 7 months ago

Better addressed in here: https://github.com/pyscript/examples/issues/17