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,362Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

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