tvalentyn commented on a change in pull request #16000:
URL: https://github.com/apache/beam/pull/16000#discussion_r750890949
##########
File path: sdks/python/container/py38/base_image_requirements.txt
##########
@@ -98,12 +99,13 @@ pandas==1.3.4
parameterized==0.7.5
pbr==5.7.0
Pillow==7.2.0
+pkg_resources==0.0.0
Review comment:
this looks like a bug..
see:
https://stackoverflow.com/questions/39577984/what-is-pkg-resources-0-0-0-in-output-of-pip-freeze-command
sounds like we might need to grep it out from the output for the script to
work from the local env? or perhaps this will also go away with
virtualenv->venv switch, although I don't fully understand when virtualenv was
involved here. FWIW I don't get this line when I run this script.
--
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]