Jq install issue happen 7 Sep

Got the jq error today
`Preformatted orbs:
jq: circleci/jq@2.2.0
and

  • jq/install`

Latest version of jq is jq-1.7
A different version of jq is installed (jq-1.6); removing it
^@^@curl: (3) URL using bad/illegal format or missing URL

Exited with code exit status 3

The issue was reported to the ORB maintainer a few hours ago here

Unable to download linux jq 1.7 binary · Issue #29 · CircleCI-Public/jq-orb · GitHub

It seems that version 1.7 has been restructured.

For now the best option would be to set the version that you want the ORB to install to “jq-1.6”, which should retain the version already in place.

The latest update posted to the ORB forum is that the 1.7 release of jq has been fixed, so you should try this again and see if your issue has been resolved.

1 Like