You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project has more than one Python 3rd party dependencies, such as google-cloud, google-api-python-client, kubernetes, jinja2 and so on. When I built tf-operator and continuously followed out guide, many No such xxx lib errors make me in trouble.
I think we should complement the relevant doc ( eg: README.md ) to remind users to install all of dependencies before running our TF example. How about creating a PR for that? @jlewi
The text was updated successfully, but these errors were encountered:
Our project has more than one Python 3rd party dependencies, such as
google-cloud
,google-api-python-client
,kubernetes
,jinja2
and so on. When I built tf-operator and continuously followed out guide, manyNo such xxx lib
errors make me in trouble.I think we should complement the relevant doc ( eg: README.md ) to remind users to install all of dependencies before running our TF example. How about creating a PR for that? @jlewi
The text was updated successfully, but these errors were encountered: