Skip to content
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

Azure-Identity SDK not working in python 3.6 on windows #12014

Closed
qianwens opened this issue Jun 12, 2020 · 1 comment · Fixed by #12030
Closed

Azure-Identity SDK not working in python 3.6 on windows #12014

qianwens opened this issue Jun 12, 2020 · 1 comment · Fixed by #12030
Assignees
Labels
Azure.Identity bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library.
Milestone

Comments

@qianwens
Copy link
Member

  • Package Name:
  • Package Version:
  • Operating System:
  • Python Version:

Describe the bug
import Azure-Identity SDK in python 3.6 on windows will throw "OSError: [Errno 22] Invalid argument". 

Error stack
  File "C:\Users\VSSADM1\AppData\Local\Temp\pip-install-u8z3aah0\azure-identity\azure\identity_init_.py", line 10, in   File "C:\Users\VSSADM1\AppData\Local\Temp\pip-install-u8z3aah0\azure-identity\azure\identity_credentials_init_.py", line 10, in
  File "C:\Users\VSSADM1\AppData\Local\Temp\pip-install-u8z3aah0\azure-identity\azure\identity_credentials\default.py", line 15, in
  File "C:\Users\VSSADM
1\AppData\Local\Temp\pip-install-u8z3aah0\azure-identity\azure\identity_credentials\azure_cli.py", line 30, in
OSError: [Errno 22] Invalid argument

This is caused by an bug in python 3.6 https://github.com/home-assistant/appdaemon/issues/83 , but it still impact customer since lots of customer are using python 3.6 and Azure CLI embed python 3.6 in its MSI. This issue is blocking Azure CLI beta release.

To Reproduce
Steps to reproduce the behavior:
1.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 12, 2020
@chlowell chlowell self-assigned this Jun 12, 2020
@chlowell chlowell added Azure.Identity Client This issue points to a problem in the data-plane of the library. and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Jun 12, 2020
@lmazuel lmazuel added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Jun 12, 2020
@lmazuel lmazuel added this to the [2020] July milestone Jun 12, 2020
@lmazuel
Copy link
Member

lmazuel commented Jun 12, 2020

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Identity bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants