dask-ec2
dask-ec2 copied to clipboard
Bokeh server can't be started
Hi, When I ssh into my head node, I start ipython and did the following: from distributed import Client c = Client()
I got the following error: bokeh.command.util - CRITICAL - Cannot start Bokeh server, port 8787 is already in use
It did not appear in the past. Did I do something wrong?
Bokeh released a new version yesterday that slightly breaks things with dask/distributed. I plan to issue a micro release to resolve the issue sometime soon.
Thanks for the prompt response. Maybe I can try to help you with this. Do you roughly know the source of the problem?
https://github.com/dask/distributed/pull/803
I have reinstalled dask and dask distributed from source. But when I run it again, a similar error showed up.
In [1]: from distributed import Client In [2]: c = Client() In [3]: ERROR:[Errno 98] Address already in use
@raymondchua with the recent changes is this still an error ?