Hi I am have distributed installed via dask[complete]
but I still get the following error
Please either conda or pip install distributed:
conda install dask distributed # either conda install
python -m pip install “dask[distributed]” --upgrade # or pip install]
Traceback (most recent call last):
File “/opt/conda/envs/lib/python3.10/site-packages/dask/distributed.py”, line 13, in
from distributed import *
ModuleNotFoundError: No module named ‘distributed’
Also this is another traceback
from dask.distributed import Client
File “/opt/conda/envs/lib/python3.10/site-packages/dask/distributed.py”, line 16, in
raise ImportError(_import_error_message) from e
ImportError: dask.distributed is not installed.
Hi @pratikgandhic1, welcome to Dask community,
This kind of error is really not related to a Dask problem, but probably how your machine is installed, or how you created your environment.
I see no reason of a failure like this while installing dask through Conda or Pip on a fresh Python environment.
I don’t know on which system you are running. But try creating a fresh conda environment, and install dask in it, it should work.