Python requirement issues
I am trying to write a script that makes use of the azure opentelemetry sdk.
When I run the script below locally, it just works. But when running in windmill. I get this error:
ModuleNotFoundError: No module named 'azure.monitor.opentelemetry'The script:
I don't understand what I am doing wrong. Am I missing an important limitation of the windmill python requirements system?