Hi all and @guillaumeeb,
I am trying to setup single node kubecluster in EC2 instance using minikube and docker. When run the code I am getting warning message which indicates the version mismatching between client and the server.
I just created a conda environement and installed required dask packages within the environment.
I would like to know ,
1 . why I am getting version mismatch?
2. Is there any way to manually setup the versions of the packages (say we want dask=2023.7.1, but scheduler shows latest version that is 2023.8.0)?
3. If I installed everything as latest package, some packages are incompetible with new version (eg: Dask-sql 2023.8.0 requires dask 2023.7.0, in this case again version mismatch problem arrises)
4. To run a kubecluster with dask sql capabilities successfully, what are the packages need to be installed?
5. Which is better : conda install or Pip install for dask-sql
Kindly answer to the above questions, tried a lot to solve the issues but still error arises.
Thanks in advance