Abacn opened a new issue, #26912:
URL: https://github.com/apache/beam/issues/26912

   ### What happened?
   
   Noticed in #26908, worker log:
   
   ```
   INFO 2023-05-26T17:32:46.251406382Z 2023/05/26 17:32:46 Found Apache Beam 
SDK wheel: 
apache_beam-2.49.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
   INFO 2023-05-26T17:32:46.916665140Z Processing 
/var/opt/google/staged/apache_beam-2.49.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
   INFO 2023-05-26T17:32:47.091346733Z Requirement already satisfied: 
crcmod<2.0,>=1.7 in /usr/local/lib/python3.11/site-packages (from 
apache-beam==2.49.0.dev0) (1.7)
   ...
   apache-beam is already installed with the same version as the provided 
wheel. Use --force-reinstall to force an installation of the wheel.
   ```
   
   However, Python PostCommit has similar pipeline option, but the sdk is 
installed successfully:
   
   ```
   INFO 2023-05-26T17:57:08.894555856Z 2023/05/26 17:57:08 Found Apache Beam 
SDK wheel: 
apache_beam-2.49.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
   INFO 2023-05-26T17:57:08.894614105Z 2023/05/26 17:57:08 Executing: 
/usr/local/bin/pip install --disable-pip-version-check 
/var/opt/google/staged/apache_beam-2.49.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl[gcp]
   INFO 2023-05-26T17:57:09.813666875Z 2023/05/26 17:57:09 Processing 
/var/opt/google/staged/apache_beam-2.49.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
   ...
   INFO 2023-05-26T17:57:15.838197307Z 2023/05/26 17:57:15 Installing collected 
packages: apache-beam
   INFO 2023-05-26T17:57:23.314033812Z 2023/05/26 17:57:23 Successfully 
installed apache-beam-2.49.0.dev0
   ```
   
   log shows the container image is 
"gcr.io/google.com/dataflow-containers/worker/v1beta3/python311-fnapi:beam-master-20230412"
 which has apache-beam 2.48.0 so that's why it is installed
   
   ### Issue Priority
   
   Priority: 2 (default / most bugs 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to