Closed rvalyi closed 2 years ago
@hparfr in fact sudo python3 -m pip install git+https://github.com/akretion/docky
just works as expected. What doesn't work is /usr/bin/pip3 install git+https://github.com/akretion/docky
but it seems it's what our "docky" Ansible does sadly. That's the second server where I got the same error. So closing as it seems more of a problem in our Ansible recipe.
so in fact I had the issue even with sudo python3 -m pip install git+https://github.com/akretion/docky
and I had to do this before to fix it: sudo python3 -m pip install --upgrade pip setuptools
@hparfr may be related to your latest changes?
tried with both pip 18 and 22.0.4