Git Product home page Git Product logo

Comments (6)

ian-r-rose avatar ian-r-rose commented on August 13, 2024

Thanks for the report @tomtok9. What version of distributed are you using? @mrocklin Could this have anything to do with #73?

from dask-labextension.

ian-r-rose avatar ian-r-rose commented on August 13, 2024

Also, can you inspect the config object manually, @tomtok9, to see if dask is picking up the right config files? (dask.config.get)

from dask-labextension.

mrocklin avatar mrocklin commented on August 13, 2024

from dask-labextension.

mrocklin avatar mrocklin commented on August 13, 2024

Actually, I suspect that your problem would be solved if you just updated to the git-master development version of dask-labextension

from dask-labextension.

mrocklin avatar mrocklin commented on August 13, 2024

I think that this was fixed by #73

from dask-labextension.

RML-Admin avatar RML-Admin commented on August 13, 2024

Hi @mrocklin,

I am trying to start a slurm cluster but I see the same problem 'LocalCluster' object has no attribute 'scheduler'.

I installed dask-labextension from the latest git master. Could you let me know if I am missing something?

Appreciate your help!

Thanks
Santi

My installations are as follows:

dask                   2.4.0
dask-jobqueue          0.6.3
dask-labextension      1.0.3                       /home/ubuntu/dask-labextension
distributed            2.4.0

labextension.yaml

labextension:
  factory:
    module: 'dask_jobqueue'
    class: 'SLURMCluster'
    args: []
    kwargs: {}
  default:
    workers: null
    adapt: null
      # minimum: 0
      # maximum: 10
  initial: []

slurm part of jobqueue.yaml

slurm:
    name: dask-worker

    # Dask worker options
    cores: 2                 # Total number of cores per job
    memory: 2                # Total amount of memory per job
    processes: 1                # Number of Python processes per job

    interface: null             # Network interface to use like eth0 or ib0
    death-timeout: 60           # Number of seconds to wait if a worker can not find a scheduler
    local-directory: null       # Location of fast local storage like /scratch or $TMPDIR

jupyter server extension:

config dir: /opt/conda/etc/jupyter
    jupyter_server_proxy  enabled
    - Validating...
      jupyter_server_proxy  OK
    jupyterlab  enabled
    - Validating...
      jupyterlab 1.1.3 OK
    dask_labextension  enabled
    - Validating...
      dask_labextension 1.0.3 OK

from dask-labextension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.