-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
dask scheduler
not recognized as a valid command, despite suggestion from FutureWarning
#7176
dask scheduler
not recognized as a valid command, despite suggestion from FutureWarning
#7176
Comments
Thanks for reporting @DamianBarabonkovQC. FWIW this appears to be a |
As James noted, this is a known issue. There have been 2 attempts to fix it, but no success so far. Related threads: xref: conda-forge/distributed-feedstock#225 (comment) Would suggest just using the old entry points (with |
Actually maybe PR ( conda-forge/dask-core-feedstock#146 ) will solve it? Would be good to have others take a look 🙂 |
I'm relatively confident conda-forge/dask-core-feedstock#146 should end up fixing things |
Describe the issue:
When starting a dask scheduler the old way via
dask-scheduler
, it produces a future warning as such:FutureWarning: dask-scheduler is deprecated and will be removed in a future release; use 'dask scheduler' instead
.However, then when running
dask scheduler
from the command line produces:Something does not work correct in this case.
Environment:
conda create -n env_name 'dask=2022.10.0'
The text was updated successfully, but these errors were encountered: