scancode-toolkit icon indicating copy to clipboard operation
scancode-toolkit copied to clipboard

Incorrect version of click installed by commoncode causes exception on scan

Open rogu-beta opened this issue 6 months ago • 2 comments
trafficstars

Description

New scancode-toolkit installations will fail to scan due to commoncode pulling an unsupported version of click: https://github.com/aboutcode-org/commoncode/issues/85

How To Reproduce

python -m venv ./venv
.\venv\Scripts\activate
pip install scancode-toolkit==32.3.3
git clone https://github.com/ClickHouse/clickhouse-java.git
scancode --copyright --email --info --license --license-text --license-references --url --classify --processes 4 --max-depth 1 --json scancode-toolkit-scan.json .\clickhouse-java

System configuration

  • Windows 10
  • scancode-toolkit==32.3.3

rogu-beta avatar May 15 '25 15:05 rogu-beta