Skip to content

Requirement: Python SDK for Windows Azure #17

@lee212

Description

@lee212

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions