私はPython 2.7.9をazure-2.0.0rc4とmsrest-0.4.0で使用しています。私のコードはmsrest.authenticationからインポートできませんでした。私はazureとmsrestパッケージから2つのファイルをチェックし、問題は見つけられませんでした。ImportError:msrest.authenticationのインポートに失敗しました
アドバイスと方向性があります。
ジョン
Traceback (most recent call last):
File "getCredential.py", line 1, in <module>
from azure.common.credentials import ServicePrincipalCredentials
File "/usr/local/lib/python2.7/site-packages/azure/common/credentials.py", line 25, in <module>
raise ImportError("You need to install 'msrest' to use this feature")
ImportError: You need to install 'msrest' to use this feature
:このコマンドを実行する
は、その後、必要なパッケージをインストールしますか?ピップで? –
はい、pipインストール--pre azure –
--pre do?また、同じ方法でmsrestをインストールしましたか? –