When I execute a command while the pdd tool is outdated I am asked to auto update but that fails for my setup.
I don't have pip globally installed - it's located under pip3. So the automatic upgrade fails:
Checking for updates...
New version of pdd-cli available: 0.0.33 (current: 0.0.32)
Would you like to upgrade? [y/N]: y
Upgrading with command: /Users/private/.local/share/uv/tools/pdd-cli/bin/python -m pip install --upgrade pdd-cli
/Users/private/.local/share/uv/tools/pdd-cli/bin/python: No module named pip
Failed to upgrade: Command '['/Users/private/.local/share/uv/tools/pdd-cli/bin/python', '-m', 'pip', 'install', '--upgrade', 'pdd-cli']' returned non-zero exit status 1.
I had to manually run:
uv tool upgrade pdd-cli
This is only a small problem - probably few other people will have this problem.
When I execute a command while the pdd tool is outdated I am asked to auto update but that fails for my setup.
I don't have
pipglobally installed - it's located underpip3. So the automatic upgrade fails:I had to manually run:
uv tool upgrade pdd-cliThis is only a small problem - probably few other people will have this problem.