- 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\VSSADM1\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.
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\VSSADM
1\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, inFile "C:\Users\VSSADM
1\AppData\Local\Temp\pip-install-u8z3aah0\azure-identity\azure\identity_credentials\default.py", line 15, in1\AppData\Local\Temp\pip-install-u8z3aah0\azure-identity\azure\identity_credentials\azure_cli.py", line 30, inFile "C:\Users\VSSADM
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.