Skip to content

docs presubmit fails with No module named nox #1124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Linchin opened this issue Oct 2, 2024 · 1 comment
Closed

docs presubmit fails with No module named nox #1124

Linchin opened this issue Oct 2, 2024 · 1 comment
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. priority: p3 Desirable enhancement or fix. May not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@Linchin
Copy link
Contributor

Linchin commented Oct 2, 2024

This is open from PR #1122. The docs presubmit test fails with the following log

KOKORO_KEYSTORE_DIR=/secrets/keystore
KOKORO_GITHUB_PULL_REQUEST_NUMBER=1122
KOKORO_GITHUB_PULL_REQUEST_URL=https://github.com/googleapis/python-bigquery-sqlalchemy/pull/1122
KOKORO_JOB_NAME=cloud-devrel/client-libraries/python/googleapis/python-bigquery-sqlalchemy/docs/docs-presubmit
KOKORO_GIT_COMMIT=caf42eb2401880c0d9f2a6c9d62d4c7deb1520d8
KOKORO_GITHUB_PULL_REQUEST_COMMIT=caf42eb2401880c0d9f2a6c9d62d4c7deb1520d8
KOKORO_BUILD_NUMBER=1814
KOKORO_BUILD_ID=33f81373-2fee-40da-9ee9-5268b974831a
KOKORO_GFILE_DIR=/secrets/gfile
cat: /secrets/gfile/project-id.json: No such file or directory
/usr/bin/python3: No module named nox
================================================================
2024-10-01T23:41:34Z: Build finished with 1 
================================================================

An initial investigation shows this may have been caused by this line, which is calling python3, but we may have installed python as python3.10 instead. We will ignore the error and merge PR #1122 now.

@Linchin Linchin added priority: p3 Desirable enhancement or fix. May not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Oct 2, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. label Oct 2, 2024
@Linchin Linchin self-assigned this Oct 3, 2024
@chalmerlowe
Copy link
Collaborator

This appears to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. priority: p3 Desirable enhancement or fix. May not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants