You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "celeste-zeng (via GitHub)" <gi...@apache.org> on 2023/05/24 19:31:10 UTC

[GitHub] [beam] celeste-zeng opened a new issue, #26876: [Task]: Make Python base image requirements compatible with ARM

celeste-zeng opened a new issue, #26876:
URL: https://github.com/apache/beam/issues/26876

   ### What needs to happen?
   
   Hi,
   
   I just tried to build the Beam Python3.10 SDK container for ARM by running `./gradlew -Pcontainer-architecture-list=arm64 :sdks:python:container:py310:docker`.
   
   However, the build failed with the error saying:
   `#39 [linux/arm64 beam 11/16] RUN pip check || (echo "Container does not include required Beam dependencies or has conflicting dependencies. If Beam dependencies have changed, you need to regenerate base_image_requirements.txt files. See: https://s.apache.org/beam-python-requirements-generate" && exit 1)
   #39 20.81 tensorflow 2.12.0 requires tensorflow-cpu-aws, which is not installed.`
   
   Then I tried to manually install tensorflow-cpu-aws from my x86_64 machine but got the following error:
   `ERROR: Could not find a version that satisfies the requirement tensorflow-cpu-aws (from versions: none)
   ERROR: No matching distribution found for tensorflow-cpu-aws`. So I wonder if tensorflow-cpu-aws can only be installed on ARM machines. 
   
   After I delete `tensorflow 2.12.0` in the base_image_requirements.txt for Python3.10, the build will succeed. The issue exists for all versions of Python so it will be nice to make Python base image requirements compatible with ARM.
   
   Thanks!
   
   
   
   
   
   ### Issue Priority
   
   Priority: 2 (default / most normal work should be filed as P2)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
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.apache.org

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


[GitHub] [beam] celeste-zeng closed issue #26876: [Task]: Make Python base image requirements compatible with ARM

Posted by "celeste-zeng (via GitHub)" <gi...@apache.org>.
celeste-zeng closed issue #26876: [Task]: Make Python base image requirements compatible with ARM
URL: https://github.com/apache/beam/issues/26876


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


[GitHub] [beam] celeste-zeng closed issue #26876: [Task]: Make Python base image requirements compatible with ARM

Posted by "celeste-zeng (via GitHub)" <gi...@apache.org>.
celeste-zeng closed issue #26876: [Task]: Make Python base image requirements compatible with ARM
URL: https://github.com/apache/beam/issues/26876


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


[GitHub] [beam] celeste-zeng commented on issue #26876: [Task]: Make Python base image requirements compatible with ARM

Posted by "celeste-zeng (via GitHub)" <gi...@apache.org>.
celeste-zeng commented on issue #26876:
URL: https://github.com/apache/beam/issues/26876#issuecomment-1561819778

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

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