RobMcKiernan commented on issue #25085: URL: https://github.com/apache/beam/issues/25085#issuecomment-1408729605
Sorry I've been away for the past week. > are your private dependencies listed in `requirements.txt` somehow and not pulled locally when running the job? I don't use a requirements.txt. Instead I use [poetry](https://python-poetry.org/), which creates a `poetry.lock` file, which serves a similar purpose as a `requirements.txt`. I have verified that my local poetry virtual env has my private python repos installed in it. The other part to this is that I've created a base docker container for my workers on gcp to use. The private docker image referred to in my Dockerfile `FROM my.private.image-repo/python:3.8-slim-builder as builder` has access to my private python repositories (I've verified this by pulling the docker image myself and exec-ing into it). It seems it is at this point that it fails to have access to my private repos. @tvalentyn no, I'm afraid my python version has remained constant. -- 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]
