widgetti / solara

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

why? #817

Closed luckfu closed 1 month ago

luckfu commented 1 month ago

Solara server is starting at http://aarch64-conda-linux-gnu:8765 ERROR: [Errno -2] Name or service not known

maartenbreddels commented 1 month ago

Hi,

it seems like conda changed your HOST env var (it should not do that). To avoid this you can do

HOST=localhost solara run ...

Regards,

Maarten