WindmillWWindmill
Powered by
rovertoR
Windmill•2y ago•
2 replies
roverto

Python imports

I am trying to import Azure's DocumentIntelligenceClient with the statement:
from azure.ai.documentintelligence import DocumentIntelligenceClient
from azure.ai.documentintelligence import DocumentIntelligenceClient


but keep getting the error:
ModuleNotFoundError: No module named 'azure'
ModuleNotFoundError: No module named 'azure'


The library is normally installed with pip:
pip install azure-ai-documentintelligence
pip install azure-ai-documentintelligence
and I have included in my script
#extra_requirements
#azure-core==1.30.2
#azure-ai-documentintelligence==1.0.0b3
#extra_requirements
#azure-core==1.30.2
#azure-ai-documentintelligence==1.0.0b3

Is it looking for the
azure
azure
module because the import statement says
from azure.xxxxx import yyy
from azure.xxxxx import yyy
?
How can I import this
WindmillJoin
3,388Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

We're live here https://discord.com/channels/930051556043276338/1278977038430240813

henri-c · 2d ago

rubenf

Infrastructure as code

rubenf · 3w ago

rubenf

As we're preparing for a new Windmill sandbox SDK, we took the opportunity **to open-source NSJAIL sandboxing** and make it available in CE and easier to set. In 1.634.0, just set nsjail to benefit from the tightest security and isolation per job. It's constraining so no need to use it unless you need but now you won't be restricted in security for CE if you need to.

rubenf · 4w ago

Similar Threads

Python pycache
fooosieeeFfooosieee / help
16mo ago
Gsheets & Python
Chris @ Konnect3dCChris @ Konnect3d / help
2y ago
Python LDAP
Jeremy WordenJJeremy Worden / help
2y ago
Change python version
SaibotSSaibot / help
2mo ago