You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/11/17 05:25:27 UTC

[GitHub] [beam] tvalentyn commented on a change in pull request #16000: [BEAM-13624] Run `generatePythonRequirementsAll` for pyarrow 6

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org