Skip to content
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

Explicitly use python3 from the Makefile. #178

Merged
merged 2 commits into from
Jun 16, 2021

Conversation

advaitjain
Copy link
Member

@advaitjain advaitjain commented Jun 16, 2021

For the Xtensa docker container, we were getting an error message along the lines of python not found. And the result was that the specialization was happening incorrectly (i.e. the specialization for the kernels was failing since it relies on python since #160).

#182 is likely the reason why this error passed the CI for #160 but started failing after.

For the Xtensa docker container, we were getting an error message along
the lines of `python not found`. And the result was that the
specialization was happening incorrectly (i.e. the specialization for
the kernels was failing since it relies on python since tensorflow#160).

Exactly why this error passed the CI for tensorflow#160 but started failing after
is not entrely clear but is something that we are not going to
investigate.
@advaitjain
Copy link
Member Author

I have instead updated the Xtensa docker image to install python.

@advaitjain advaitjain closed this Jun 16, 2021
@advaitjain advaitjain deleted the fix-xtensa-ci branch June 16, 2021 07:29
@advaitjain advaitjain restored the fix-xtensa-ci branch June 16, 2021 18:39
@advaitjain advaitjain reopened this Jun 16, 2021
@advaitjain advaitjain requested a review from a team as a code owner June 16, 2021 18:39
@github-actions github-actions bot removed the ci:run label Jun 16, 2021
@advaitjain
Copy link
Member Author

@rockyrhodes was also seeing this issue and its likely best to explicitly use python3 even though the Xtensa docker image now has python.

@advaitjain advaitjain enabled auto-merge (squash) June 16, 2021 18:41
@advaitjain advaitjain disabled auto-merge June 16, 2021 18:42
@advaitjain advaitjain enabled auto-merge (squash) June 16, 2021 18:43
@advaitjain advaitjain merged commit 57c2576 into tensorflow:main Jun 16, 2021
@advaitjain advaitjain deleted the fix-xtensa-ci branch June 17, 2021 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants