Chak-Kuen Lam
Chak-Kuen Lam
@Mattwmaster58 Could you try the solutions in #791?
> tests are failing It's because pypiserver doesn't work properly on Python 3.11.
Maybe an option like `--with-suffix` can be added.
Hi @lmburns, could you provide more information here? For example, your OS and the command that you were running? Thanks! The normal output of `pipx list` is something like this:...
I am not able to reproduce it on Ubuntu with Python 3.10.0, pyenv 2.2.4 and pipx 1.0.0. > However, after I filed this bug, I noticed that there was another...
> The issue started after upgrading pipx. I cannot remember if I upgraded it just because or if it was whenever I switched my Python version from 3.9.5 to 3.10.0...
Here are temporary solutions: `pipx runpip show ` would display the same information that `pip show ` provided. `pipx list --include-injected` would display the injected packages (but for all packages...
In 1.0.0(the newest version), the error message for `pipx inject --include-deps ansible-core ansible-lint yamllint` would be: ``` Cannot pass --include-deps if --include-apps is not passed as well ```
> But when I try to recover it from pipx reinstall-all (which is usually useful to recover from other minor upgrades), it does not recover, and also uninstall my already...
> Unfortuantely, the problem still persists. What's the output of `pipx --version`?