aboutcode-org / aboutcode-org/scancode-toolkit
Scancode installation via PIP fails with extractcode error
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 791
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 5
Description
### Description
> I am trying to install Scancode 32.0.8 locally in my MacBook (m1) using `python3 -m pip install /Users/iliou/Downloads/scancode-toolkit-32.0.8` and I am getting the following message:
```
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"
```
I tried to run the default pip command but for some reason version 32.0.2 is being installed instead of the latest one.
### System configuration
> For bug reports, it really helps us to know:
* What OS are you running on? MacOs M1
* What installation method was used to install/run scancode? pip
- python version: tried with both 3.11 and 3.12
- pip version: 23.3.2
Contributor guide
Assessment
This issue has not been assessed yet.