S
Solara•4mo ago
kakar5178

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!
No description
2 Replies
iisakkirotko
iisakkirotko•4mo ago
Hi @kakar5178! running
pip uninstall solara solara-ui solara-server
pip install solara
pip uninstall solara solara-ui solara-server
pip install solara
should fix the issue
kakar5178
kakar5178•4mo ago
It worked! Thank you very much for your fast response 🙂