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

   > ```shell
   > echo -e "apache-beam[gcp]\ngoogle-cloud-secret-manager" > requirements.in
   > pip-compile
   > ```
   
   It is due to pip-compile resolver. 
   
   You can try using 
   
   `pip-compile --resolver backtracking` with latest version of `pip-tools`.  
You can find more details at https://github.com/jazzband/pip-tools/issues/1190
   


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