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
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ dibctl/dib.py:34: in validate_version dib_version = get_installed_version() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ def get_installed_version(): try: version = pkg_resources.get_distribution('diskimage_builder').version except pkg_resources.DistributionNotFound: > raise NoDibError("diskimage-builder is not available (as python package)") E NoDibError: diskimage-builder is not available (as python package)
The text was updated successfully, but these errors were encountered:
In version 1.x all actual interaction with diskimage builder is in integration_test/ . Unit tests should pass without them.
integration_test/
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: