We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ 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?
The text was updated successfully, but these errors were encountered:
sevku - the info in your comment was exactly what I needed. Thanks.
Sorry, something went wrong.
I don't understand this error. launchpadlib doesn't appear to be a direct or indirect dependency of vsketch.
launchpadlib
No branches or pull requests
will give the following error:
which can be solved with:
maybe you can do smth so that this doesn't have to be solved manually?
The text was updated successfully, but these errors were encountered: