使用蔚藍的SDK我這樣做:無法在Python
sudo pip install azure azure-storage azure-servicebus azure-mgmt azure-servicemanagement-legacy
from azure import *
Traceback (most recent call last): File "", line 1, in ImportError: No module named azure
from azure.storage import BlobService
Traceback (most recent call last): File "", line 1, in ImportError: No module named azure.storage
您正在使用哪個平臺和python版本? – juvchan
我嘗試過使用Ubuntu 14和OSX – Bob