-
Notifications
You must be signed in to change notification settings - Fork 711
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
TFX pipeline Local orchestrator documentation site contains several errors/exceptions #6344
Comments
I tried the template_local example in colab environment and it ran successfully without any issues. Ref: Gist Only error I was able to see was The permission denied error you are facing is most probably because you may not have permissions to write/read in your working directory. Using Thank you! |
Thanks @singhniraj08. I'm looking forward to seeing the public-facing documentation in a fixed state 🙂 |
Above merged PR #6358 should address the issue with unit test cases and I see documentation is also updated. Please try once and let us know if you face any issues. Thank you! |
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you. |
In which environment are you running the code? I tried running the code in colab environment and it ran without any Permission denied errors. Ref: Gist If you are seeing the error in colab environment, requesting you to create a github gist, and share the notebook with us for this error. Thank you! |
@singhniraj08 |
I suspect this issue won't be addressed any time soon 😞 |
The document covering the usage of the TFX pipeline Local orchestrator currently has many errors/exceptions on it.
URL(s) with the issue:
Please provide a link to the documentation entry, for example:
https://www.tensorflow.org/tfx/tutorials/tfx/template_local
(snapshot at time of issue creation: https://web.archive.org/web/20230930160141/https://www.tensorflow.org/tfx/tutorials/tfx/template_local)
Description of issue (what needs changing):
At the time of issue creation, the text in the output sections of the documentation contains many errors or exception messages.
Examples:
tensorflow.python.framework.errors_impl.PermissionDeniedError: /content; Permission denied
/tmpfs/src/tf_docs_env/bin/python: Error while finding module specification for 'models.features_test' (ModuleNotFoundError: No module named 'models')
Invalid pipeline path: local_runner.py
/tmpfs/src/tf_docs_env/bin/python3.9: can't open file '/tmpfs/src/temp/docs/tutorials/tfx/local_runner.py': [Errno 2] No such file or directory. Error while running "/tmpfs/src/tf_docs_env/bin/python3.9 local_runner.py"
Clear description:
The document documenting the usage of the TFX pipeline Local orchestrator currently has many errors/exceptions on it.
Correct links
N/A
Parameters defined
N/A
Returns defined
N/A
Raises listed and defined
N/A
Request visuals, if applicable
The text was updated successfully, but these errors were encountered: