An Azure service that is used to automate, configure, and install updates across hybrid environments.
Hello j lo,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are having problems uploading certain python packages to automation account.
To resolve the issue with uploading Python packages to Azure Automation, check that your network connection is stable, as transient network conditions can cause failures. Verify the package size, as a 0 KB size indicates a possible upload error. Retry the upload, as the error might be temporary. Also, confirm all dependencies listed in the setup.py file are correctly packaged and uploaded. Another thing is to use the correct wheel files for Python 3.8, and make sure your Azure Automation account and Python runtime are up to date. If the issue persists, consult the Azure Automation documentation or contact Azure support for further assistance. - https://learn.microsoft.com/en-us/azure/automation/python-3-packages
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.