Reputation: 1972
When executing the following command on windows
conda install dask
The install fails with the following error message:
[WinError 2] The system cannot find the file specified
Any help would be appreciated.
Upvotes: 0
Views: 107
Reputation: 28673
Obviously this situation should not happen. It could be that your conda is out of date or that there was some temporary situation with the network or state of the repo server which caused it. I would therefore recommend trying to upgrade conda and trying the process again.
If you find that the error persists, you should certainly raise an issue with the anaconda repo team.
Upvotes: 1