AnandInguva commented on code in PR #29609:
URL: https://github.com/apache/beam/pull/29609#discussion_r1423115673


##########
sdks/python/container/run_generate_requirements.sh:
##########
@@ -30,6 +30,16 @@
 # You will need Python interpreters for all versions supported by Beam, see:
 # https://s.apache.org/beam-python-dev-wiki
 
+if ! [[ "$(expr substr $(uname -s) 1 5)" == "Linux" ]]; then
+  echo This script needs to be executed in a Linux environment.

Review Comment:
   Do you need anything else from me here? asking in case if I missed 
something. As of now, this is not running on M1 Mac.



-- 
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]

Reply via email to