Open arnabbiswas1 opened 4 years ago
https://pypi.org/project/dask-cloudprovider/#history version 0.4.0 was released a few hours ago and contains the updated code
Thanks a lot! I will try it today.
Also, I noticed that the conda version is not up to date as well. If there is any logistic issue with Conda it's probably better to update the documentation:
https://pypi.org/project/dask-cloudprovider/#history version 0.4.0 was released a few hours ago and contains the updated code
Thanks. 👍
The 0.4.0 from pypi worked for me. However, I am noticing few other functionality related issues which I have raised separately:
What happened: I installed dask-cloudprovider using pip within a conda environment which already have azure related dependencies available.
$ pip install dask-cloudprovider
And was trying to execute, the code from the documentation.
It resulted in the following error:
On checking the code in the conda environment, I realized that the pip package doesn't include latest code in master.
In fact pypi still points to the code committed until 25th June.
Environment: $ conda list | grep dask dask 2.20.0 py_0 dask-cloudprovider 0.3.0
dask-core 2.20.0 py_0
dask-glm 0.2.0 py_1 conda-forge
dask-ml 1.6.0 py_0 conda-forge
dask-xgboost 0.1.10
$conda list | grep azure azureml-automl-core 1.10.0.post1
azureml-core 1.10.0.post1
azureml-dataprep 1.10.1
azureml-dataprep-native 14.2.1
azureml-dataset-runtime 1.10.0
azureml-pipeline 1.10.0
azureml-pipeline-core 1.10.0
azureml-pipeline-steps 1.10.0
azureml-sdk 1.10.0
azureml-telemetry 1.10.0
azureml-train 1.10.0
azureml-train-automl-client 1.10.0
azureml-train-core 1.10.0
azureml-train-restclients-hyperdrive 1.10.0
$conda list | grep distributed distributed 2.20.0 py37_0