potiuk commented on issue #15463: URL: https://github.com/apache/airflow/issues/15463#issuecomment-825736963
OK. So it seems the error produced by PIP is wrong. The verbose option is producing a DIFFERENT error: ``` ERROR: Could not find a version that satisfies the requirement pyarrow<2.0dev,>=1.0.0; extra == "bqstorage" (from google-cloud-bigquery[bqstorage,pandas]) ERROR: No matching distribution found for pyarrow<2.0dev,>=1.0.0; extra == "bqstorage" ``` Somehow it looks like when PIP is run without `-vvv` option it prints wrong error. It seems that it's the PYARROW version is wrong no the google-cloud-biquery-storage. @uranusjr I am going to open an issue in PIP. It is very easily reproducible. -- 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]
