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.
/kind bug
What steps did you take and what happened:
just use
pip install kubeflow-fairing
keep installing for a long time and it try to install same package with different version.
finally I try this
pip install kubeflow-fairing --use-deprecated=legacy-resolver
Then I run mnist e2e example py
What did you expect to happen:
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
python -c "import kubeflow.fairing; print(kubeflow.fairing.__version__)"
):(.env) ➜ kubeflow git:(master) ✗ pip list |grep kube kubeflow-fairing 1.0.2 kubeflow-pytorchjob 0.1.3 kubeflow-tfjob 0.1.3 kubernetes 10.0.1
kubectl version
):k3s Kubernetes 1.19
/etc/os-release
):core run on osx
k3s on centos7
NOTE: If you are using fair from master, please provide us the git commit hash.
The text was updated successfully, but these errors were encountered: