anki-addon-builder icon indicating copy to clipboard operation
anki-addon-builder copied to clipboard

Using line in readme to install with qt6 returns "no matches found"

Open soccerwithag opened this issue 3 years ago • 0 comments

Not a huge issue, just reporting.

Problem description

From the readme: pip install --upgrade git+https://github.com/glutanimate/anki-addon-builder.git#egg=aab[qt5,qt6]

Returns: zsh: no matches found: git+https://github.com/glutanimate/anki-addon-builder.git#egg=aab[qt5,qt6]

Checklist

Please replace the space inside the brackets with an x if the following items apply:

  • [] I've verified that I use the latest version of aab
  • [x] I've checked if anyone else reported this problem before by looking through the issue reports. I also checked to see if there is a section about known issues in the add-on description, documentation, or README.

Information about your set-up

Please run aab -h and paste the output below:

Anki Add-on Builder v1.0.0-dev.5

Please fill in details about your operating system and environment:

  • OS: MacOS-12.6.1-arm64
  • Python version: 3.9.15, PyQt 6.4.0
  • Anki version: 2.1.55

Error message (if any)

If you've received an error message, please copy and paste it between the backticks below:

zsh: no matches found: git+https://github.com/glutanimate/anki-addon-builder.git#egg=aab[qt5,qt6]

soccerwithag avatar Jan 01 '23 08:01 soccerwithag