Open
Description
Checklist
- I added a descriptive title
- I searched for other issues and couldn't find a solution or duplication
- I already searched in Google and didn't find any good information or help
What happened?
If I update the Bokeh example to use the current version of PyScript, it fails with this error.
https://pyscript.com/@08c3cff3-0e42-4fe0-91bb-626eef1ce818/bokeh-copy-copy/latest?files=README.md,main.py,index.html
What browsers are you seeing the problem on? (if applicable)
Chrome
Console info
pyodide.asm.js:10 Uncaught (in promise) PythonError: Traceback (most recent call last):
File "/lib/python3.12/site-packages/micropip/package_manager.py", line 133, in install
return await install(
^^^^^^^^^^^^^^
File "/lib/python3.12/site-packages/micropip/install.py", line 57, in install
raise ValueError(
ValueError: Can't find a pure Python 3 wheel for: 'tornado>=5.1'
See: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package
at new_error (pyodide.asm.js:10:10009)
at pyodide.asm.wasm:0x16e356
at pyodide.asm.wasm:0x17849f
at pyodide.asm.wasm:0x328567
at pyodide.asm.wasm:0x1c441a
at pyodide.asm.wasm:0x2ca2cc
at pyodide.asm.wasm:0x20c217
at pyodide.asm.wasm:0x1c4b01
at pyodide.asm.wasm:0x1c4e10
at pyodide.asm.wasm:0x1c4e8e
at pyodide.asm.wasm:0x2a0ca0
at pyodide.asm.wasm:0x2a71fe
at pyodide.asm.wasm:0x1c4fce
at pyodide.asm.wasm:0x1c4c37
at pyodide.asm.wasm:0x177aff
at callPyObjectKwargs (pyodide.asm.js:10:62781)
at Module.callPyObjectMaybePromising (pyodide.asm.js:10:63963)
at wrapper (pyodide.asm.js:10:27341)
at onGlobalMessage (pyodide.asm.js:10:101379)
Additional Context
No response