buildpacks / docs

Web content for Cloud Native Buildpacks
https://buildpacks.io
Apache License 2.0
29 stars 154 forks source link

docs: note python3-launchpadlib requirement for Debian (Ubuntu) pack-cli install #731

Closed whalderman closed 1 week ago

whalderman commented 1 week ago

sudo add-apt-repository ppa:cncf-buildpacks/pack-cli fails with an unhelpful error if python3-launchpadlib is not already installed on the system.

AttributeError: 'NoneType' object has no attribute 'people'

whalderman commented 1 week ago

I got ahead of myself, the repository doesn't support Debian.