potiuk edited a comment on issue #15463: URL: https://github.com/apache/airflow/issues/15463#issuecomment-825216717
Happy to brainstorm/collaborate on fixing this one. I have never had time to go to the bottom of it - why PIP 21 is actually not able to downgrade bigquery-storage in this case. I think there is another dependency of 'google' providers (most likely a transitive one with another extra) that causes the bigquery-storage to be "limited" to >2.0.0. Unfortunately with transitive dependencies with extras pipdeptree and similar tools do not show the actual origin of limitation. If you look at 'pipdeptree` for example afterr installing airflow you will see that "google-cloud-bigqury-storage` is "top" level dependency. NOTHING requires it. Unfortuntely also PIP output will not tell you that (even when I tried verbose). Maybe there are some better tools we can use?, @uranusjr I see that you commented on related issue in PIP -> https://github.com/pypa/pip/issues/4824, so maybe you can help with that ? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
