dask-ec2 icon indicating copy to clipboard operation
dask-ec2 copied to clipboard

Bokeh server can't be started

Open raymondchua opened this issue 8 years ago • 5 comments

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?

raymondchua avatar Jan 10 '17 12:01 raymondchua

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.

mrocklin avatar Jan 10 '17 12:01 mrocklin

Thanks for the prompt response. Maybe I can try to help you with this. Do you roughly know the source of the problem?

raymondchua avatar Jan 10 '17 12:01 raymondchua

https://github.com/dask/distributed/pull/803

mrocklin avatar Jan 10 '17 12:01 mrocklin

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 avatar Jan 10 '17 15:01 raymondchua

@raymondchua with the recent changes is this still an error ?

quasiben avatar Jan 17 '17 20:01 quasiben