Hi,

On Thu, Jan 05, 2023 at 01:19:58AM +0800, ChangZhuo Chen wrote:
We have the following error when runuing install command "pipx install
httpie":
[…]
   /home/czchen/.local/pipx/venvs/httpie/bin/python: No module named pip

I ran into a similar issue now that python3.11 arrived as the default in testing, and wiping ~/.local/pipx helped. That's probably because pipx keeps a shared venv in ~/.local/pipx/shared but doesn't check whether that venv's python version matches the one you're currently using.

--
Tomáš "liskin" ("Pivník") Janoušek, https://lisk.in/

Reply via email to