[v0.13.0]Problem with kafkactl
EnochTheWise opened this issue · 3 comments
EnochTheWise commented
$ binenv install kafkactl
2021-10-11T14:42:23+07:00 WRN version for "kafkactl" not specified; using ""
2021-10-11T14:42:23+07:00 ERR unable to install "kafkactl" () error="unable to select latest stable version for \"kafkactl\": no stable version available. May be run 'binenv update kafkactl' ?"
$ binenv update kafkactl
2021-10-11T14:42:40+07:00 INF retrieving distribution cache from https://raw.githubusercontent.com/devops-works/binenv/develop/distributions/cache.json
2021-10-11T14:42:40+07:00 INF fetched updates for 194 distributions
$ binenv install kafkactl
2021-10-11T14:42:42+07:00 WRN version for "kafkactl" not specified; using ""
2021-10-11T14:42:42+07:00 ERR unable to install "kafkactl" () error="unable to select latest stable version for \"kafkactl\": no stable version available. May be run 'binenv update kafkactl' ?"
leucos commented
leucos commented
in the meantime, you probably can fix this using binenv update kafkactl -f
patsevanton commented
Sometimes some app dont have version in cache.json
Last example
9c7dacd#r57912119