You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micromamba, and supposedly other python package managers set the HOST environment variable to something like x86_64-conda-linux-gnu. Then, when I try to run a dash app in Jupyter, I get an error as dash tries to bind to host "x86_64-conda-linux-gnu", which obviously doesn't resolve to a valid IP. Here's a stackoverflow post about the error:
In the above case, the solution was to use the host parameter of app.run(). However, the parameter does not seem to override $HOST in a Jupyter environment.
The text was updated successfully, but these errors were encountered:
gvwilson
changed the title
[BUG] Dash in Jupyter tries to bind to $HOST set by conda, cannot override
Dash in Jupyter tries to bind to $HOST set by conda, cannot override
Nov 11, 2024
Summary
Micromamba, and supposedly other python package managers set the HOST environment variable to something like x86_64-conda-linux-gnu. Then, when I try to run a dash app in Jupyter, I get an error as dash tries to bind to host "x86_64-conda-linux-gnu", which obviously doesn't resolve to a valid IP. Here's a stackoverflow post about the error:
https://stackoverflow.com/questions/61006240/name-or-service-not-known-when-running-a-dash-app
In the above case, the solution was to use the host parameter of app.run().
However, the parameter does not seem to override $HOST in a Jupyter environment.
Packages:
The text was updated successfully, but these errors were encountered: