You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing shiv with a project that contains a pyproject.toml in my CI.
This project is being built, in a previous step, by PDM with SetupTools, and all dependencies are already in the .venv created.
I just want shiv to pack it.
But when it executes shiv --compressed -e bumps_gen.cli:cli -o bumps_gen.pyz -p '/usr/bin/env python3.12' --no-build-isolation --site-packages .venv/lib/python3.12/site-packages , it starts to download everything again and for some deps, to build it.
Collecting python-dotenv>=0.21.0 (from pydantic-settings->bumps_gen==4.1.0rc1->p-python-generate-bumps==4.1.0rc1)
Downloading https://artifactory/api/pypi/python/packages/packages/5f/ed/539768cf28c661b5b068d66d96a2f155c4971a5d55684a514c1a0e0dec2f/python_dotenv-1.1.1-py3-none-any.whl (20 kB)
Building wheels for collected packages: airspeed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm testing shiv with a project that contains a pyproject.toml in my CI.
This project is being built, in a previous step, by PDM with SetupTools, and all dependencies are already in the .venv created.
I just want shiv to pack it.
But when it executes
shiv --compressed -e bumps_gen.cli:cli -o bumps_gen.pyz -p '/usr/bin/env python3.12' --no-build-isolation --site-packages .venv/lib/python3.12/site-packages, it starts to download everything again and for some deps, to build it.Beta Was this translation helpful? Give feedback.
All reactions