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

Hey there! Thanks for making such a great tool! I think I might have found an issue with `pipx`, and I'm happy to help fix it, if necessary. **Describe the...

**Problem:** I've run into a problem very similar to https://github.com/pypa/pipx/issues/110, but regarding `PIP_TARGET` instead of `PIP_USER`. The problem is that if `PIP_TARGET` _(or the equivalent_ `target =` _setting within a_...

bug
help wanted

``` ~ $ python3 -m pip install --user pipx Collecting pipx Downloading https://files.pythonhosted.org/packages/bd/16/4dd481c913d748928df79a78dfbf6ce3f42ec5382b630d78f3fd0ef0d8bd/pipx-0.14.0.0-py3-none-any.whl Collecting userpath (from pipx) Downloading https://files.pythonhosted.org/packages/8c/71/72611cc9aed89374326645a4069787328db573c842e4e37b78c022b18146/userpath-1.2.0-py2.py3-none-any.whl Collecting argcomplete=1.9.4 (from pipx) Downloading https://files.pythonhosted.org/packages/4d/82/f44c9661e479207348a979b1f6f063625d11dc4ca6256af053719bbb0124/argcomplete-1.10.0-py2.py3-none-any.whl Collecting distro (from userpath->pipx) Downloading...

Hi there, is there any way to manage which versions of the shared libraries are installed? We're having an issue with the latest releases of setuptools and cannot find a...

**How to reproduce** `pipx run --pypackages flask run --with-threads` throws the following `'--pypackages' flag was passed, but '__pypackages__\\3.9\\lib\\bin\\flask' was not found. See https://github.com/cs01/pythonloc to learn how to install here, or...

**Describe the bug** I would like to use `pyenv global` with `pipx` to install `dbt-core==0.18.1b1` using `py38`, like so — ~~~ brew install pyenv pipx eval "$(pyenv init -) pyenv...

## Benefits for doing this: - documentation built on PR review - consistency with other PyPA projects - we could have our documentation under https://pipx.pypa.io ## Downsides - need to...

**Describe the bug** `pipx install --pip-args=--constraint=constraints.txt auditwheel` fails when `constraints.txt` uses hashes. This is most likely linked to https://github.com/pypa/pip/issues/9243 but, as I saw the issue with pipx, I though I'd...

**How would this feature be useful?** The documentation on how pipx works (https://pypa.github.io/pipx/how-pipx-works/) suggests that only functions defined in `entry_points` as `console_scripts` are available to pipx after installation. Having functions...

help wanted
good first issue
docs

**Describe the bug** pipx completions cannot be enabled when pipx is installed via homebrew because the command `register-python-argcomplete` is not available. **How to reproduce** ```shell $ brew install pipx $...