Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster startup for applications installed with pipx on Windows #1589

Closed
paugier opened this issue Dec 30, 2024 · 1 comment
Closed

Faster startup for applications installed with pipx on Windows #1589

paugier opened this issue Dec 30, 2024 · 1 comment
Labels
upstream Bug in dependency

Comments

@paugier
Copy link

paugier commented Dec 30, 2024

I'm not a regular Windows user but I found out that applications installed with pipx start very slowly on Windows (typically 0.7 s compared to less than 0.1 s for applications not installed in a virtual env). Is it a known behavior? Is it reproducible?

pipx install black
# can be repeated to reach something stable
Mesure-Command { black --version }

The issue, that I tried to describe in more details in this question seem to be more general than pipx since it also happens for a virtual environment created by hand (with venv) and it seems link to Python startup.

However, the main practical issue for me is startup time of applications installed with pipx, so I think it is useful to create this issue here.

@Gitznik Gitznik added the upstream Bug in dependency label Jan 3, 2025
@Gitznik
Copy link
Contributor

Gitznik commented Jan 3, 2025

Thank you for creating this issue. I think it's good for others encountering this to be forwarded to the python forums.

As this seems entirely outside of our control though, I will close this issue.

@Gitznik Gitznik closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Bug in dependency
Projects
None yet
Development

No branches or pull requests

2 participants