Open karangattu opened 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.
Extra packages
tabulate
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.
I believe it needs a Installation done print step
Installation done
If you navigate to the
Extra packages
example app over here, you will observe that the server logs stop progressing during thetabulate
package.If you observe the server logs, it will show
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.