Okay, thanks for getting back.
Step 1) Please issue the following command :
pacman -Qq python-imutils
Step 2) If the output you get is just python-imutils
, proceed with step 3. Otherwise, run :
sudo pacman -R python-imutils
and go on with step 5.
Step 3) If the output of 1 was an error message like package python-imutils was not found
, run :
sudo pip uninstall imutils
and if that succeeds, skip 4 and continue with step 5.
Step 4) If it doesn't, run :
sudo rm -r /usr/lib/python3.9/site-packages/imutils
sudo rm -f /usr/lib/python3.9/site-packages/imutils-*-py3.9.egg-info
Step 5) Building/installing dupliseek-git
should now be possible. :)
Cheers !
Pinned Comments