ruslankrivoshein opened a new issue #18841:
URL: https://github.com/apache/airflow/issues/18841


   ### Apache Airflow version
   
   main (development)
   
   ### Operating System
   
   Ubuntu 20.04
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Virtualenv installation
   
   ### Deployment details
   
   Python 3.8
   
   ### What happened
   
   When I try to install locally a module for GCP I get a long process of 
dependencies resolving:
   ```
   ***
   Collecting google-auth-oauthlib<1.0.0,>=0.3.0
     Using cached google_auth_oauthlib-0.4.5-py2.py3-none-any.whl (18 kB)
   INFO: pip is looking at multiple versions of google-api-core[grpc] to 
determine which version is compatible with other requirements. This could take 
a while.
   INFO: pip is looking at multiple versions of google-cloud-automl to 
determine which version is compatible with other requirements. This could take 
a while.
     Using cached google_auth_oauthlib-0.4.4-py2.py3-none-any.whl (18 kB)
   INFO: This is taking longer than usual. You might need to provide the 
dependency resolver with stricter constraints to reduce runtime. If you want to 
abort this run, you can press Ctrl + C to do so. To improve how pip performs, 
tell us what happened here: https://pip.pypa.io/surveys/backtracking
     Using cached google_auth_oauthlib-0.4.3-py2.py3-none-any.whl (18 kB)
   INFO: This is taking longer than usual. You might need to provide the 
dependency resolver with stricter constraints to reduce runtime. If you want to 
abort this run, you can press Ctrl + C to do so. To improve how pip performs, 
tell us what happened here: https://pip.pypa.io/surveys/backtracking
   INFO: pip is looking at multiple versions of google-api-core to determine 
which version is compatible with other requirements. This could take a while.
     Using cached google_auth_oauthlib-0.4.2-py2.py3-none-any.whl (18 kB)
     Using cached google_auth_oauthlib-0.4.1-py2.py3-none-any.whl (18 kB)
     Using cached google_auth_oauthlib-0.4.0-py2.py3-none-any.whl (17 kB)
   INFO: This is taking longer than usual. You might need to provide the 
dependency resolver with stricter constraints to reduce runtime. If you want to 
abort this run, you can press Ctrl + C to do so. To improve how pip performs, 
tell us what happened here: https://pip.pypa.io/surveys/backtracking
     Using cached google_auth_oauthlib-0.3.0-py2.py3-none-any.whl (15 kB)
   INFO: pip is looking at multiple versions of google-auth-oauthlib to 
determine which version is compatible with other requirements. This could take 
a while.
   INFO: pip is looking at multiple versions of google-auth-httplib2 to 
determine which version is compatible with other requirements. This could take 
a while.
   Collecting google-auth-httplib2>=0.0.1
     Using cached google_auth_httplib2-0.0.4-py2.py3-none-any.whl (9.1 kB)
   INFO: This is taking longer than usual. You might need to provide the 
dependency resolver with stricter constraints to reduce runtime. If you want to 
abort this run, you can press Ctrl + C to do so. To improve how pip performs, 
tell us what happened here: https://pip.pypa.io/surveys/backtracking
     Using cached google_auth_httplib2-0.0.3-py2.py3-none-any.whl (6.3 kB)
   INFO: pip is looking at multiple versions of cachetools to determine which 
version is compatible with other requirements. This could take a while.
   Collecting cachetools<5.0,>=2.0.0
     Using cached cachetools-4.2.4-py3-none-any.whl (10 kB)
     Using cached cachetools-4.2.2-py3-none-any.whl (11 kB)
   INFO: pip is looking at multiple versions of google-auth-httplib2 to 
determine which version is compatible with other requirements. This could take 
a while.
     Using cached cachetools-4.2.1-py3-none-any.whl (12 kB)
     Using cached cachetools-4.2.0-py3-none-any.whl (12 kB)
   INFO: This is taking longer than usual. You might need to provide the 
dependency resolver with stricter constraints to reduce runtime. If you want to 
abort this run, you can press Ctrl + C to do so. To improve how pip performs, 
tell us what happened here: https://pip.pypa.io/surveys/backtracking
     Using cached cachetools-4.1.1-py3-none-any.whl (10 kB)
     Using cached cachetools-4.1.0-py3-none-any.whl (10 kB)
     Using cached cachetools-4.0.0-py3-none-any.whl (10 kB)
   INFO: pip is looking at multiple versions of cachetools to determine which 
version is compatible with other requirements. This could take a while.
     Using cached cachetools-3.1.1-py2.py3-none-any.whl (11 kB)
     Using cached cachetools-3.1.0-py2.py3-none-any.whl (12 kB)
     Using cached cachetools-3.0.0-py2.py3-none-any.whl (12 kB)
   ```
   I really hope there is some way to do it, but I can't find.
   
   ### What you expected to happen
   
   _No response_
   
   ### How to reproduce
   
   `pip install 'apache-airflow[gcp]'`
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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