LaurenzReitsam commented on issue #23982:
URL: https://github.com/apache/beam/issues/23982#issuecomment-1340479712

   I have a similar issue. Seems like `apache-beam[gcp]` dependencies 
(``protobuf==3.*``) are not up to date with other google packages 
(``protobuf==4.*``).
   
   ```shell
   python -m venv .venv
   source .venv/bin/activate
   pip install pip-tools
   echo "apache-beam[gcp] google-cloud-secret-manager" > requirements.in
   pip-compile
   ```
   
   Out:
   ```
   
   There are incompatible versions in the resolved dependencies:
     protobuf<5.0.0dev,>=3.19.0 (from 
google-cloud-recommendations-ai==0.7.1->apache-beam[gcp]==2.43.0->-r 
requirements.in (line 5))
     protobuf<4.0.0dev (from 
google-cloud-bigtable==1.7.3->apache-beam[gcp]==2.43.0->-r requirements.in 
(line 5))
     
protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5
 (from google-cloud-dlp==3.9.2->apache-beam[gcp]==2.43.0->-r requirements.in 
(line 5))
     protobuf<4.0.0dev (from 
google-cloud-language==1.3.2->apache-beam[gcp]==2.43.0->-r requirements.in 
(line 5))
     protobuf<4,>3.12.2 (from apache-beam[gcp]==2.43.0->-r requirements.in 
(line 5))
     
protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5
 (from google-api-core[grpc]==2.11.0->google-cloud-secret-manager==2.12.6->-r 
requirements.in (line 6))
     
protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5
 (from google-cloud-secret-manager==2.12.6->-r requirements.in (line 6))
     
protobuf!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5
 (from 
googleapis-common-protos[grpc]==1.57.0->grpc-google-iam-v1==0.12.4->google-cloud-secret-manager==2.12.6->-r
 requirements.in (line 6))
     
protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5
 (from google-cloud-spanner==3.24.0->apache-beam[gcp]==2.43.0->-r 
requirements.in (line 5))
     protobuf<4.0.0dev (from 
google-cloud-vision==1.0.2->apache-beam[gcp]==2.43.0->-r requirements.in (line 
5))
     protobuf>=4.21.6 (from 
grpcio-status==1.51.1->google-cloud-pubsub==2.13.11->apache-beam[gcp]==2.43.0->-r
 requirements.in (line 5))
     
protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5
 (from google-cloud-pubsub==2.13.11->apache-beam[gcp]==2.43.0->-r 
requirements.in (line 5))
   ```


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