Help with running solara
Hello! I am new to solara. I started using solara a couple weeks ago and it was running fine. I use
"py -m solara run <filename>/.py"
to run my web app on powershell. But tuday i encounter a problem when trying to run it.
"sys.meta_path is None, python is likely shutting down"
So I decided to upgrade the package to see if it fixes the problem. But now I encounter a different problem. When trying to run it using powershell, I encounter this
"No module named solara.main; 'solara' is a package and cannot be directly executed"
Then I tried using commandprompt
"solara run <filename>/py"
and it shows an error like seen in the image. So my question is, what do I have to do to run it? Thank you!
2 Replies
Hi @kakar5178!
running
should fix the issue
It worked! Thank you very much for your fast response 🙂