Closed
Description
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
Labels
No labels