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
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
../../kubeflow/fairing/builders/base_builder.py:3: in <module>
from kubernetes import client
/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/kubernetes-11.0.0b1-py3.7.egg/kubernetes/__init__.py:19: in <module>
import kubernetes.client
/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/kubernetes-11.0.0b1-py3.7.egg/kubernetes/client/__init__.py:20: in <module>
from kubernetes.client.api.admissionregistration_api import AdmissionregistrationApi
E ModuleNotFoundError: No module named 'kubernetes.client.api'
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label kind/bug to this issue, with a confidence of 0.95. Please mark this comment with 👍 or 👎 to give our bot feedback!
Using `python setup.py install` will install PyPI pre-releases of
packages while `pip install -r requirements.txt` won't do that. This
lead to CI tests failing as reported in kubeflow#421. This commit updates the CI
build setup to run two parallell tests, one where we don't use
pre-releases and one where we do but allow them to fail and won't wait
on the run to complete either.
ref: jupyterhub/kubespawner#370 (comment)Fixeskubeflow#421
Using `python setup.py install` will install PyPI pre-releases of
packages while `pip install -r requirements.txt` won't do that. This
lead to CI tests failing as reported in #421. This commit updates the CI
build setup to run two parallell tests, one where we don't use
pre-releases and one where we do but allow them to fail and won't wait
on the run to complete either.
ref: jupyterhub/kubespawner#370 (comment)Fixes#421
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Kubeflow fairing CI failed due to
The text was updated successfully, but these errors were encountered: