damccorm commented on issue #24976:
URL: https://github.com/apache/beam/issues/24976#issuecomment-1381979656
Comparing the last successful run and the first failing run, there aren't
many differences. The dependencies installed are the same, and there are no
code changes.
The only meaningful changes I can find in the output is that this line
appears in the logs in the failing run:
```
WARNING: failed to reach any of the inventories with the following
issues:
intersphinx inventory
'https://googleapis.dev/python/datastore/latest/objects.inv' not readable due
to ValueError: unknown or unsupported inventory version: ValueError('invalid
inventory header: <!doctype html>')
```
In the past this has been caused by docs moving -
https://issues.apache.org/jira/browse/BEAM-13848?jql=project%20%3D%20BEAM%20AND%20text%20~%20%22unknown%20or%20unsupported%20inventory%20version%22%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
- at a glance, that doesn't seem to be the case:
https://github.com/apache/beam/blob/5cc5b196a40d91a2b878ea30da6f3af1410c3c85/sdks/python/scripts/generate_pydoc.sh#L145
leads to https://googleapis.dev/python/datastore/latest/ which at least
redirects to
https://cloud.google.com/python/docs/reference/datastore/latest/index.html
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]