-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
We are using Windows Azure in flask cm.
Go and download SDKs in your local machine to execute 'azure' command tool on linux shell.
Downloads sdk
Without the installation of the SDK, users will face the following errors:
Traceback (most recent call last):
File "flask_cm/server.py", line 10, in <module>
from cloudmesh.cloudmesh import cloudmesh
File "./cloudmesh/cloudmesh.py", line 20, in <module>
from azure.cm_azure import cm_azure as azure
File "./cloudmesh/azure/cm_azure.py", line 15, in <module>
from sh import azure as _azure
ImportError: cannot import name azure
We probably are able to use client libraries by downloading it. pip install azure supports client libraries. Please refer: Install Python and the SDK