Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error launching scheduler #2

Open
max-sixty opened this issue Oct 1, 2016 · 0 comments
Open

Error launching scheduler #2

max-sixty opened this issue Oct 1, 2016 · 0 comments

Comments

@max-sixty
Copy link

Am I making a mistake with the setup?

docker run ogrisel/distributed start-dscheduler.sh
The `dscheduler` command has been deprecated.
Please use `dask-scheduler` in the future.

Traceback (most recent call last):
  File "/work/miniconda/bin/dscheduler", line 9, in <module>
    load_entry_point('distributed==1.12.0', 'console_scripts', 'dscheduler')()
  File "/work/miniconda/lib/python3.5/site-packages/distributed/cli/dscheduler.py", line 8, in go
    go()
  File "/work/miniconda/lib/python3.5/site-packages/distributed/cli/dask_scheduler.py", line 79, in go
    main()
  File "/work/miniconda/lib/python3.5/site-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/work/miniconda/lib/python3.5/site-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
  File "/work/miniconda/lib/python3.5/site-packages/click/core.py", line 889, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/work/miniconda/lib/python3.5/site-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
  File "/work/miniconda/lib/python3.5/site-packages/distributed/cli/dask_scheduler.py", line 47, in main
    ip = socket.gethostbyname(host)
socket.gaierror: [Errno -2] Name or service not known
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant