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

ERROR: Could not find a version that satisfies the requirement extractcode-7z>=16.5.210525

Open soimkim opened this issue 4 months ago • 2 comments

Description

When trying to install Scancode-toolkit>=32.2.0, an error occurs.

How To Reproduce

  • Python 3.9.6, macOS arm chip pip install scancode-toolkit==32.2.0
WARNING: Package 'extractcode' has an invalid Requires-Python: Invalid specifier: '>=3.6.*'
Collecting six (from extractcode>=31.0.0->extractcode[full]>=31.0.0->scancode-toolkit==32.2.0)
  Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
INFO: pip is looking at multiple versions of extractcode[full] to determine which version is compatible with other requirements. This could take a while.
WARNING: Package 'extractcode' has an invalid Requires-Python: Invalid specifier: '>=3.6.*'
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

For bug reports, it really helps us to know:

  • What OS are you running on? MacOS
  • What version of scancode-toolkit was used to generate the scan file? >=32.2.0
  • What installation method was used to install/run scancode? pip install scancode-toolkit==32.2.0

soimkim avatar Oct 13 '24 05:10 soimkim