First problem, finds Python but it doesn't
C:\Users\nick\Downloads\scancode-toolkit-3.1.1>scancode -h
* Configuring ScanCode for first use...
Python 3.7.8
C:\Program Files\Python\Python37\python.exe
* Unable to find an installation of Python.
So manually trying to set it
C:\Users\nick\Downloads\scancode-toolkit-3.1.1>configure --python "C:\Program Files\Python\Python37\python.exe"
Python 3.7.8
C:\Program Files\Python\Python37\python.exe
Junction created for C:\Users\w50576\Downloads\scancode-toolkit-3.1.1\bin <<===>> C:\Users\nick\Downloads\scancode-toolkit-3.1.1\Scripts
ERROR: Could not find a version that satisfies the requirement future>=0.16.0 (from scancode-toolkit==3.1.1->-r C:\Users\nick\Downloads\scancode-toolkit-3.1.1\etc\conf\requirements_base.txt (line 10)) (from versions: none)
ERROR: No matching distribution found for future>=0.16.0 (from scancode-toolkit==3.1.1->-r C:\Users\nick\Downloads\scancode-toolkit-3.1.1\etc\conf\requirements_base.txt (line 10))
First problem, finds Python but it doesn't
So manually trying to set it