cdmikechen commented on PR #1074:
URL: https://github.com/apache/submarine/pull/1074#issuecomment-1604083540
Image started failed with logs:
```
Traceback (most recent call last):
File "/usr/local/bin/mlflow", line 5, in <module>
from mlflow.cli import cli
File "/usr/local/lib/python3.7/site-packages/mlflow/__init__.py", line 32,
in <module>
import mlflow.tracking._model_registry.fluent
File "/usr/local/lib/python3.7/site-packages/mlflow/tracking/__init__.py",
line 8, in <module>
from mlflow.tracking.client import MlflowClient
File "/usr/local/lib/python3.7/site-packages/mlflow/tracking/client.py",
line 15, in <module>
from mlflow.entities import ViewType
File "/usr/local/lib/python3.7/site-packages/mlflow/entities/__init__.py",
line 6, in <module>
from mlflow.entities.experiment import Experiment
File
"/usr/local/lib/python3.7/site-packages/mlflow/entities/experiment.py", line 2,
in <module>
from mlflow.entities.experiment_tag import ExperimentTag
File
"/usr/local/lib/python3.7/site-packages/mlflow/entities/experiment_tag.py",
line 2, in <module>
from mlflow.protos.service_pb2 import ExperimentTag as ProtoExperimentTag
File
"/usr/local/lib/python3.7/site-packages/mlflow/protos/service_pb2.py", line 18,
in <module>
from .scalapb import scalapb_pb2 as scalapb_dot_scalapb__pb2
File
"/usr/local/lib/python3.7/site-packages/mlflow/protos/scalapb/scalapb_pb2.py",
line 35, in <module>
serialized_options=None, file=DESCRIPTOR)
File
"/usr/local/lib/python3.7/site-packages/google/protobuf/descriptor.py", line
561, in __new__
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date
and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible
workarounds are:
1. Downgrade the protobuf package to 3.20.x or lower.
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use
pure-Python parsing and will be much slower).
More information:
https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
```
We need to resolve the python dependence conflicts.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]