-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to update azure sdk for python3 in automation #79
Comments
+1 on this issue |
+1 too. Until the package management is improved (a lot), Python is effectively unusable in AA. |
+1, do you have a workaround to share? |
@sHooPmyWooP : I don't have a workaround to use the |
For me the broken dependencies were
As a quick and dirty fix, I changed my requirements, to match the automation accounts packages:
This worked, at least for my requirements. Not using the provided package import runbook, but the REST endpoint. |
Looks like Microsoft has yet to address this, as I've just encountered this and couldn't find anything helpful anywhere in regards to even working around it temporarily. |
I tried to use the import python3 package script to update azure mgmt libraries.
Everything works fine however when I install adal, it installs a new version of cryptographie and now, I am unable to login by token because of the error :
The text was updated successfully, but these errors were encountered: