liferoad commented on issue #30960: URL: https://github.com/apache/beam/issues/30960#issuecomment-2053728139
https://github.com/apache/beam/pull/30816 breaks the build here. ``` #10 43.81 INFO: pip is looking at multiple versions of apache-beam[dataframe,gcp] to determine which version is compatible with other requirements. This could take a while. #10 43.81 ERROR: Cannot install apache-beam[dataframe,gcp]==2.56.0.dev0 because these package versions have conflicting dependencies. #10 43.81 #10 43.81 The conflict is caused by: #10 43.81 apache-beam[dataframe,gcp] 2.56.0.dev0 depends on google-auth-httplib2<0.2.0 and >=0.1.0; extra == "gcp" #10 43.81 The user requested (constraint) google-auth-httplib2==0.2.0 ``` we have ` 'google-auth-httplib2>=0.1.0,<0.2.0'` in https://github.com/apache/beam/blob/master/sdks/python/setup.py#L445 . -- 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]
