Closed G3NSVRV closed 4 years ago
This happened to me in Rundeck 3.3.0-rc1, I got the same output with the list, remove and remote copy:
Traceback (most recent call last): File "/home/jason/Rundeck/versions/3/3.3-rc1/libext/cache/rundeck-azure-storage-plugin-1.0.1/azure-ls.py", line 1, in <module> import azure.common ImportError: No module named azure.common Failed: NonZeroResultCode: Script result code was: 1
Traceback (most recent call last): File "/home/jason/Rundeck/versions/3/3.3-rc1/libext/cache/rundeck-azure-storage-plugin-1.0.1/azure-rm.py", line 1, in <module> import azure.common ImportError: No module named azure.common Failed: NonZeroResultCode: Script result code was: 1
Traceback (most recent call last): File "/tmp/1-10930-jb-asus-azure-cp.py", line 5, in <module> import azure.common ImportError: No module named azure.common Result: 1 Failed: NonZeroResultCode: Result code was 1
With all the required packages installed, I got the following error:
So, I installed the azure-common package using pip, and I got the following message:
From there, I've tried to install azure-storage-common with the same result.