File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
images/pulsar-functions-python-runner Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ RUN rm -rf /pulsar/instances/python-instance/pulsar/ \
4242
4343
4444USER $USER
45- # a temp solution from https://github.com/apache/pulsar/pull/15846 to fix python protobuf version error
46- RUN pip3 install protobuf==3.20.2 --user
45+ RUN pip3 install protobuf --upgrade --user
4746# to make the python runner could print json logs
4847RUN pip3 install python-json-logger --user
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ RUN rm -rf /pulsar/instances/python-instance/pulsar/ \
6464WORKDIR /pulsar
6565
6666USER $USER
67- # a temp solution from https://github.com/apache/pulsar/pull/15846 to fix python protobuf version error
68- RUN pip3 install protobuf==3.20.2 --user
67+ RUN pip3 install protobuf --upgrade --user
6968# to make the python runner could print json logs
7069RUN pip3 install python-json-logger --user
You can’t perform that action at this time.
0 commit comments