sunank200 opened a new issue, #31761:
URL: https://github.com/apache/airflow/issues/31761
### What do you see as an issue?
Add an update on the troubleshooting section of BREEZE.rst if the pip is
taking a significant amount of time with the following error:
```
ip._vendor.urllib3.exceptions.ReadTimeoutError:
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
```
### Solving the problem
If the pip is taking a significant amount of time and your internet
connection is causing pip to be unable to download the libraries within the
default timeout, it is advisable to modify the default timeout as follows and
run the breeze again.
```
export PIP_DEFAULT_TIMEOUT=1000
```
### Anything else
_No response_
### Are you willing to submit PR?
- [X] 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]