googleapis / python-documentai-toolbox

Document AI Toolbox is an SDK for Python that provides utility functions for managing, manipulating, and extracting information from the document response. It creates a "wrapped" document object from JSON files in Cloud Storage, local JSON files, or output directly from the Document AI API.
https://cloud.google.com/document-ai/docs/toolbox
Apache License 2.0
33 stars 13 forks source link

chore(python): update dependencies in .kokoro #325

Closed gcf-owl-bot[bot] closed 3 weeks ago

gcf-owl-bot[bot] commented 3 weeks ago

Source-Link: https://github.com/googleapis/synthtool/commit/0142f3529bd44e1bd7297e72ac6d0c8228bf1489 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:99ab465187b4891e878ee4f9977b4a6aeeb0ceadf404870c416c50e06500eb42

holtskinner commented 3 weeks ago

@parthea Not sure why the kokoro-docs presubmit is failing. This is the error:

E: Package 'python3-distutils' has no installation candidate

I found this on Stack Overflow that suggests we should change the python3-distutils install to python-distutils-extra

https://stackoverflow.com/a/56265088/6216983