vsketch
vsketch copied to clipboard
launchpadlib requires testresources
$ pip3 install git+https://github.com/abey79/vsketch#egg=vsketch
will give the following error:
ERROR: launchpadlib 1.10.13 requires testresources, which is not installed.
which can be solved with:
$ sudo apt install python3-testresources
maybe you can do smth so that this doesn't have to be solved manually?
sevku - the info in your comment was exactly what I needed. Thanks.
I don't understand this error. launchpadlib doesn't appear to be a direct or indirect dependency of vsketch.