pywin32 – win32com module not found
I tried to deploy a web service to azure portal (linux). However, my app service doesn’t work and it stated “ModuleNotFoundError: No module named ‘win32com'”. I believe that win32com is not compatible for linux and exclusively only for windows.