If you don't have the 'koji' package installed, 'bodhi updates download' blows up with a "No such file or directory" error, when the `download` method tries to do this: args = ('koji', 'download-build', '--arch=noarch', '--arch={0}'.format(platform.machine()), build['nvr']) ret = subprocess.call(args) however, bodhi-client has no hard or soft dependency on 'koji' (the package that provides the 'koji' CLI tool).
D'oh. I think this happened when the Koji code moved to python2-koji. I did a silly thing and s/koji/python2-koji in the spec file, not considering that the CLI actually uses /usr/bin/koji and not actually the Python 2 library (the server does use the Python 2 library). Easy fix and three people have told me about it so far, so it's a good Friday afternoon activity for me. Thanks for the report!
*** Bug 1492085 has been marked as a duplicate of this bug. ***
Technically the client package does import koji, so it should require both koji and python2-koji.
bodhi-2.10.1-3.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-2bc58910e7
bodhi-2.10.1-4.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-fdea4b5858
bodhi-2.10.1-4.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-fdea4b5858
bodhi-2.10.1-3.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-2bc58910e7
Fix confirmed on F27. Thanks!
bodhi-2.10.1-3.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.
bodhi-2.10.1-4.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.