azure-ai-ml
failing on python 36 windows
#24634
Labels
Central-EngSys
This issue is owned by the Engineering System team.
azure-ai-ml
failing on python 36 windows
#24634
The core of the problem is that...
pywin32
from azure-identity in the dev_requirements for packageazure-ai-ml
eng/test_tools.txt
anddev_requirements.txt
This even happens when the correct, identical version of pywin32 is installed _already.
(snippet from pip freeze)
I cannot for the life of me understand why it's uninstalling, but that's where the error is coming from.
If it would just recognize the presence of the correct version, we would be ok. Need to resolve this error.
The text was updated successfully, but these errors were encountered: