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

segment.py: pip3 installs kubernetes-py to "kubernetes_py", not "kubernetes" #7

Open
dkrieger opened this issue Mar 11, 2019 · 2 comments

Comments

@dkrieger
Copy link

the line that imports from kubernetes-py fails

@frohman04
Copy link

If you add the requirement kubernetes-py<1.10.7, you can get things working. The import needs to be updated to be from kubernetes_py import K8sConfig to be compatible with kubernetes-py>=1.10.7.

@mortenlj
Copy link

I think this was fixed in #10, so this issue can probably be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants