Azure-Samples / mlops-enterprise-template

This repo demonstrates GitHub actions to build and deploy your ML application
MIT License
34 stars 36 forks source link

Requirements need to be updated #3

Open marvinbuss opened 3 years ago

marvinbuss commented 3 years ago

Please merge the change to fix the broken template. The dependency azureml-dataprep[pandas,fuse] is no longer required with newer azureml versions.

This is the issue users are seeing:

INFO: pip is looking at multiple versions of azure-mgmt-network to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of azure-mgmt-keyvault to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of azure-mgmt-core to determine which version is compatible with other requirements. This could take a while.
Collecting azure-mgmt-core<2.0.0,>=1.2.0

�[91m  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)",)': /packages/59/03/6cd17cf14999a7c87106835d2c51f87e84ade36178fe1eab94837ea5d712/azure_mgmt_core-1.2.1-py2.py3-none-any.whl
�[0m  Downloading azure_mgmt_core-1.2.1-py2.py3-none-any.whl (21 kB)
  Downloading azure_mgmt_core-1.2.0-py2.py3-none-any.whl (21 kB)
Collecting azure-core<2.0.0,>=1.0.0
  Downloading azure_core-1.13.0b1-py2.py3-none-any.whl (132 kB) 

INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
Run ID: ch3 timed out after 1h30m0s
marvinbuss commented 3 years ago

Will be fixed by https://github.com/Azure-Samples/mlops-enterprise-template/pull/2