Open Electronic-Waste opened 2 months ago
FYR, I found a similar issue describing this error: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2483
Maybe it concerns with the grpcio
version.
However, it comes to run without error when I use tensorflow/tensorflow:2.17.0
for the base image of my Dockerfile to build a new training image:
FROM tensorflow/tensorflow:2.17.0
RUN apt-get -y update && \
apt-get -y install git
But it cannot work out when I use tensorflow/tensorflow:2.13.0
, which is our base image for users.
I think we should investigate this to ensure that Push MC works correctly. WDYT👀 @kubeflow/wg-automl-leads
In tensorflow/tensorflow:2.17.0
, the Python packages versions are:
# pip list
Package Version
---------------------------- -------------
absl-py 2.1.0
astunparse 1.6.3
blinker 1.4
cachetools 5.5.0
certifi 2024.7.4
charset-normalizer 3.3.2
cryptography 3.4.8
dbus-python 1.2.18
distro 1.7.0
flatbuffers 24.3.25
gast 0.6.0
google-auth 2.34.0
google-pasta 0.2.0
grpcio 1.64.1
h5py 3.11.0
httplib2 0.20.2
idna 3.7
importlib-metadata 4.6.4
jeepney 0.7.1
keras 3.4.1
keyring 23.5.0
kubeflow-katib 0.17.0
kubernetes 30.1.0
launchpadlib 1.10.16
lazr.restfulclient 0.14.4
lazr.uri 1.0.6
libclang 18.1.1
Markdown 3.6
markdown-it-py 3.0.0
MarkupSafe 2.1.5
mdurl 0.1.2
ml-dtypes 0.4.0
more-itertools 8.10.0
namex 0.0.8
numpy 1.26.4
oauthlib 3.2.2
opt-einsum 3.3.0
optree 0.12.1
packaging 24.1
pip 24.1.2
protobuf 4.25.3
pyasn1 0.6.1
pyasn1_modules 0.4.1
Pygments 2.18.0
PyGObject 3.42.1
PyJWT 2.3.0
pyparsing 2.4.7
python-apt 2.4.0+ubuntu3
python-dateutil 2.9.0.post0
PyYAML 6.0.2
requests 2.32.3
requests-oauthlib 2.0.0
rich 13.7.1
rsa 4.9
SecretStorage 3.3.1
setuptools 70.3.0
six 1.16.0
tensorboard 2.17.0
tensorboard-data-server 0.7.2
tensorflow-cpu 2.17.0
tensorflow-io-gcs-filesystem 0.37.1
termcolor 2.4.0
typing_extensions 4.12.2
urllib3 2.2.2
wadllib 1.3.6
websocket-client 1.8.0
Werkzeug 3.0.3
wheel 0.43.0
wrapt 1.16.0
zipp 1.0.0
/good-first-issue /remove-label lifecycle/needs-triage
@Electronic-Waste: This request has been marked as suitable for new contributors.
Please ensure the request meets the requirements listed here.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue
command.
What happened?
When I run the following scripts:
The error happened:
What did you expect to happen?
Run without error.
Environment
Kubernetes version:
Katib controller version:
Katib Python SDK version:
Python Packages Version in the Training Container:
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍