I'm trying to run a standalone python script via "Anaconda Prompt". I keep getting the error.
ImportError: No module named 'dask.dataframe';
I have installed pandas using
conda install dask
I have also installed dask via:
python -m pip install "dask[complete]"
But i still get this error. I am able to run the script in Jupyter. i have also checked i don't have a script called dask.py