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

Installation of v32.0.7 fails on MacOS 13.6 Ventura

Open vargenau opened this issue 2 years ago • 4 comments

Description

Installation of v32.0.7 fails on MacOS 13.6 Ventura

How To Reproduce

tar zxf scancode-toolkit-v32.0.7_py3.11-macos.tar.gz 
cd scancode-toolkit-v32.0.7
./scancode --help

Results in:

* Configuring ScanCode for first use...
ERROR: Could not find a version that satisfies the requirement extractcode-7z>=16.5.210525; extra == "full" (from extractcode[full]) (from versions: none)
ERROR: No matching distribution found for extractcode-7z>=16.5.210525; extra == "full"

System configuration

  • What OS are you running on? (Windows/MacOS/Linux) MacOS 13.6 Ventura
  • What version of scancode-toolkit was used to generate the scan file?
  • What installation method was used to install/run scancode? see above

vargenau avatar Oct 04 '23 13:10 vargenau

We should be able to start using macOS as a CI and build target from what I can see there https://github.com/actions/runner-images/tree/main/images/macos including ARM Using this we would be able to rebuild all the native dependencies. Until then you may want to try if building the docker image may help?

pombredanne avatar Oct 10 '23 17:10 pombredanne

@pombredanne Thank you Philippe. It was more for information. I can still use ScanCode on a Windows PC.

vargenau avatar Oct 11 '23 07:10 vargenau

Bug still present in scancode-toolkit 32.1.0, with Sonoma 14.4.1 and Python 3.12.2

vargenau avatar Apr 11 '24 11:04 vargenau