Recently python pipeline reports the following error:
11:05:34.026 �[4m�[32mcmdout�[39m�[24m [automation_generate.sh] File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/tmpulwie8mc/lib/python3.13/site-packages/azure/mgmt/portal/models/_portal_enums.py", line 10, in <module>
11:05:34.026 �[4m�[32mcmdout�[39m�[24m [automation_generate.sh] from six import with_metaclass
11:05:34.026 �[4m�[32mcmdout�[39m�[24m [automation_generate.sh] ModuleNotFoundError: No module named 'six'
The root cause is that: some SDKs are not updated for a long time which still depends on outdated "six".
Recently python pipeline reports the following error:
The root cause is that: some SDKs are not updated for a long time which still depends on outdated "six".