Avaiga / taipy

Turns Data and AI algorithms into production-ready web applications in no time.
https://www.taipy.io
Apache License 2.0
10.86k stars 768 forks source link

[OTHER] No module named 'taipy.gui' while running taipy application in Google Colab #1506

Open pravintargaryen opened 1 month ago

pravintargaryen commented 1 month ago

What would you like to share or ask?

I am trying to run a basic taipy application in Google Colab using ngrok by following the docs https://docs.taipy.io/en/latest/tutorials/integration/2_colab_with_ngrok/. However I get the No module named 'taipy.gui' error during run.

1 2

Code of Conduct

FlorianJacta commented 1 month ago

Try this documentation. The problem could be that the environment have not been restarted when you downloaded Taipy. You can also use pip list to see the downloaded packages inside your Colab environment.

FlorianJacta commented 3 weeks ago

Did it solve your issue? Can this issue be closed?