Trouble Migrating Python Code to Azure Runbook - Package Compatibility and Size Limitation Issues
Mame Ngoné Faye
0
Reputation points
I am trying to make an app that will help me to automate my invoices and receipt I worked on a python code on my google colab and it worked well so I tryed to move this code into my python azure runbook but that seems some packages that I need are not available for azure (like pytesseract, pypdf…) either I don’t find an compatible version or the one I see exceed the 100Mo allowed in azure).
So how can I fix that issue?
Sign in to answer