-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[ci] doc:source/ray-air/doc_code/computer_vision
failure
#33420
Comments
Ah yeah, sorry about that. I think we can import it lazily only when the schema is specified. Thoughts? |
Yeah seems reasonable, and we can raise a descriptive error if it’s not
found with installation instructions!
…On Fri, Mar 17, 2023 at 12:16 PM Scott Lee ***@***.***> wrote:
Ah yeah, sorry about that. I think we can import it lazily only when the
schema is specified. Thoughts?
—
Reply to this email directly, view it on GitHub
<#33420 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6ITIDN6YD3Q5CYC6CJMH3W4S2BNANCNFSM6AAAAAAV64T5XY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@matthewdeng for option 2 above, do you mean that any time we install tensorflow (i.e. included in a requirements-*.txt file), we should also enforce installing tensorflow-metadata? |
8 tasks
Yeah which might be reasonable for tests or Docker images, but thinking
about it a little more, the lazy import should be implemented regardless!
…On Fri, Mar 17, 2023 at 12:26 PM Scott Lee ***@***.***> wrote:
@matthewdeng <https://github.com/matthewdeng> for option 2 above, do you
mean that any time we install tensorflow (i.e. included in a
requirements-*.txt file), we should also enforce installing
tensorflow-metadata?
—
Reply to this email directly, view it on GitHub
<#33420 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6ITIEEHBA2X5IWHFHKTWDW4S3FTANCNFSM6AAAAAAV64T5XY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This test has started failing with
ModuleNotFoundError: No module named 'tensorflow_metadata'
Looks like this was introduced in: #32857
Some initial ideas:
tensorflow_metadata
be installed withtensorflow
?Trace:
The text was updated successfully, but these errors were encountered: