posit-dev / shinylive

Run Shiny on Python and R (compiled to wasm) in the browser
https://shinylive.io/py/examples/
MIT License
205 stars 16 forks source link

`Example page`: Extra packages app is stuck trying to install listed package #39

Open karangattu opened 1 year ago

karangattu commented 1 year ago

If you navigate to the Extra packages example app over here, you will observe that the server logs stop progressing during the tabulate package.

If you observe the server logs, it will show

Installing isodate ...
Installing attrs==21.4.0 ...
Installing https://files.pythonhosted.org/packages/ca/80/7c0cad11bd99985cfe7c09427ee0b4f9bd6b048bd13d4ffb32c6db237dfb/tabulate-0.8.9-py3-none-any.whl ...

This gives the illusion that the package is still being downloaded, but even after a couple of mins, there is no change in the server logs.

schloerke commented 1 year ago

I believe it needs a Installation done print step