8000 setup.py does not install kubernetes.stream module · Issue #355 · kubernetes-client/python · GitHub
[go: up one dir, main page]

Skip to content
setup.py does not install kubernetes.stream module #355
Closed
@larsks

Description

@larsks

The setup.py file in the distribution currently contains:

packages=['kubernetes', 'kubernetes.client', 'kubernetes.config',
          'kubernetes.watch', 'kubernetes.client.apis',
          'kubernetes.client.models'],

This is missing an entry for kubernetes.stream, which means that if you install the client and try running this example, you get:

Traceback (most recent call last):
  File "watcher.py", line 1, in <module>
    from kubernetes import client, config, watch
  File "/usr/lib/python2.7/site-packages/kubernetes/__init__.py", line 22, in <module>
    import kubernetes.stream
ImportError: No module named stream

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0