We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary
Extension requires kubernetes to be pip-installed, but lacks the dependency listing in install_requires inside setup.py.
kubernetes
What is the current bug behavior?
pip install fails if kubernetes is not installed
What is the expected correct behavior?
pip installs kubernetes automatically, because it is a dependency
Steps to reproduce
pip install on a clean environment (that does not have kubernetes installed
**Notes
We should remove a workaround from Github action as well
The text was updated successfully, but these errors were encountered:
[UI 0.1.3 / API 0.1.3] - Dashboard UI / API to Initial Design Spec (P…
382c3c2
…olusAI#32)
No branches or pull requests
Summary
Extension requires
kubernetes
to be pip-installed, but lacks the dependency listing in install_requires inside setup.py.What is the current bug behavior?
pip install fails if kubernetes is not installed
What is the expected correct behavior?
pip installs kubernetes automatically, because it is a dependency
Steps to reproduce
pip install on a clean environment (that does not have
kubernetes
installed**Notes
We should remove a workaround from Github action as well
The text was updated successfully, but these errors were encountered: