3

I am trying to install dask[complete] via pip on Mac OSX, but I am always getting no matches found: dask[complete]. What is the best way to install dask[complete] library on Mac OSX?

pip install dask[complete]
zsh: no matches found: dask[complete]
thotam
  • 941
  • 2
  • 16
  • 31

2 Answers2

5

Some terminals handle this differently. I recommend placing "dask[complete]" in quotes:

pip install "dask[complete]"
MRocklin
  • 55,641
  • 23
  • 163
  • 235
1

or with requirements.txt

awscli==1.16.69
botocore=1.13.0
boto3==1.9.79
dask[complete]