chleech commented on issue #28246:
URL: https://github.com/apache/beam/issues/28246#issuecomment-1711846057
I'm getting dependency conflict when trying to build a runtime image with
```
FROM apache/beam_python3.9_sdk:2.50.0
ARG WORKDIR=/dataflow/container
ARG TEMPLATE_NAME=none
RUN mkdir -p ${WORKDIR}
WORKDIR ${WORKDIR}
RUN pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir poetry \
&& pip check
```
It's failing with
```
tensorflow 2.13.0 has requirement typing-extensions<4.6.0,>=3.6.6, but you
have typing-extensions 4.7.1.
```
is this a known issue?
--
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]