pipx icon indicating copy to clipboard operation
pipx copied to clipboard

Install and Run Python Applications in Isolated Environments

Results 280 pipx issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When injecting into a venv with a suffix using `--include-apps`, currently the injected apps do not take the venv sufix. This seems inconsistent to me. We should...

bug

## Describe the bug In the following example, the system's headers and library of _gdal_ are in v3.2.2. Latest _gdal_ is on v3.3.2, so is _pygdal_ looking for this version,...

bug
help wanted

**Describe the bug** On Windows 10, when upgrading one or all packages, pipx prints warnings that it is overwriting the apps associated with the package being upgraded. As this is...

enhancement
help wanted
windows

Hi All, not sure if this qualifies as a feature request, or if it's already possible and just needs to be documented? pipx by default installs its virtualenvs in a...

enhancement
help wanted

* [x] I have added an entry to `docs/changelog.md` ## Summary of changes Closes #687 ## Test plan Tested by running ``` pipx install-all packages.json ```

**How would this feature be useful?** When using `pipx run someapp`, a version of `someapp` is cached for 14 days. There could be new releases within that timeframe that could...

enhancement
help wanted

**How would this feature be useful?** Since 0.15 pipx got rid of the `--spec` argument, but now I can’t upgrade a package to a difference spec. Previously I could ```bash...

enhancement
help wanted

**Describe the bug** Exposing the shell commands of extra dependencies does not work when installing via git+ssh. It works when installing from a local directory. **How to reproduce** Create a...

enhancement
good first issue

pipx solves the problem of system tools depending on python installations, of which you may have one (a problem because messing with the system python is dicey), or many (a...

enhancement
help wanted

I would like to see this as an option to `upgrade` and `upgrade-all`, where in the case of the former it would tell you if an upgrade is available for...

enhancement
help wanted