widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.6k stars 104 forks source link

command not found: solara #614

Open maartenbreddels opened 2 weeks ago

maartenbreddels commented 2 weeks ago

This can happen when upgrading to Solara version 1.30

We plan not to merge a possible workaround: https://github.com/widgetti/solara/pull/608 Since this may give unexpected results in the future (since two packages would install the solara binary/script)

We have to accept this as a painful transition to version 1.30 and above. The short answer solution is:

pip install solara-server --force-reinstall

But let's add this to our documentation.