Duplicate --quiet parameter warning in BentoML CLI with Click 8.3.0
warningconfigurationUpdated Sep 21, 2025(via Exa)
Sources
Technologies:
How to detect:
When running BentoML containerize commands with Click 8.3.0, UserWarning messages appear indicating 'The parameter --quiet is used more than once. Remove its duplicate as parameters should be unique.' This occurs during CLI parameter parsing and affects containerization operations.
Recommended action:
This is a symptom of the Click 8.3.0 compatibility issue. Apply the same remediation as the containerize NotImplementedError - downgrade to Click 8.2.1 or upgrade BentoML to a version with PR #5480 merged. The warning itself is non-blocking but indicates the underlying incompatibility that will cause containerization to fail.