Description
Dear All,
After upgrading to the new versions of PIP it is taking so long to install the requirements and it used to take a few seconds our a minute.
Expected behavior
No response
pip version
24.2
Python version
3.13
OS
Sequoia OS version
How to Reproduce
pip3 install --upgrade -r requirements.in
Output
echo "Upgrading Package Manager"
Upgrading Package Manager
python3 -m pip install --upgrade pip
Requirement already satisfied: pip in ./env/lib/python3.13/site-packages (24.2)
echo "Exporting Python project dependencies"
Exporting Python project dependencies
pip3 install --upgrade -r requirements.in
Collecting azure-identity (from -r requirements.in (line 1))
...
...
pandas
pydantic
python-dotenv
openai
plotly
dash[celery]
dash[diskcache]
dash_bootstrap_components
dash_extensions
dash_iconify
dash-mantine-components
dash_cytoscape
iso3166
numpy
gunicorn
bs4
dash-ag-grid
...
taking more than 10 minutes I reinstall my computer from scratch just to test it at all.
Code of Conduct
Description
Dear All,
After upgrading to the new versions of PIP it is taking so long to install the requirements and it used to take a few seconds our a minute.
Expected behavior
No response
pip version
24.2
Python version
3.13
OS
Sequoia OS version
How to Reproduce
pip3 install --upgrade -r requirements.in
Output
echo "Upgrading Package Manager"
Upgrading Package Manager
python3 -m pip install --upgrade pip
Requirement already satisfied: pip in ./env/lib/python3.13/site-packages (24.2)
echo "Exporting Python project dependencies"
Exporting Python project dependencies
pip3 install --upgrade -r requirements.in
Collecting azure-identity (from -r requirements.in (line 1))
...
...
pandas
pydantic
python-dotenv
openai
plotly
dash[celery]
dash[diskcache]
dash_bootstrap_components
dash_extensions
dash_iconify
dash-mantine-components
dash_cytoscape
iso3166
numpy
gunicorn
bs4
dash-ag-grid
...
taking more than 10 minutes I reinstall my computer from scratch just to test it at all.
Code of Conduct