Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: No matching distribution found for extractcode-7z>=16.5.210525; extra == "full" on Mac M1 #3748

Open
swastkk opened this issue Apr 24, 2024 · 3 comments · May be fixed by #3749
Open
Labels

Comments

@swastkk
Copy link
Contributor

swastkk commented Apr 24, 2024

Description

Getting this error while running the startup command

./configure

Error

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"

How To Reproduce

Tell us how to reproduce the issue.

System configuration

For bug reports, it really helps us to know:

  • What OS are you running on? (Windows/MacOS/Linux)
    macOS 14.4.1 23E224 arm64

  • What version of scancode-toolkit was used to generate the scan file?
    scancode-toolkit-32.1.0

  • What installation method was used to install/run scancode? (pip/source download/other)
    Installed via cloning scancode-toolkit with --depth=1

@swastkk swastkk added the bug label Apr 24, 2024
@swastkk
Copy link
Contributor Author

swastkk commented Apr 24, 2024

We need to document this in the scancode-toolkit documentation, just like nexB/scancode.io@cf7441a so that mac M1 users don't face much problem.
The steps mentioned by @OmkarPh & @keshav-space in community discussion

https://matrix.to/#/!PutoaZVYVzoQjfaxVC:gitter.im/$59jSfXANKInWABANASlId8QaxZ9g26haxjVOevtrfYk?via=gitter.im&via=matrix.org&via=fsfe.org
is easy and smooth and should be included in the documentation.

@swastkk swastkk linked a pull request Apr 25, 2024 that will close this issue
6 tasks
@tsteenbe
Copy link
Contributor

tsteenbe commented Apr 29, 2024

@swastkk Running into this same issue on a M2 Pro - tried following instructions from Matrix link but no luck. Was able to get ScanCode installed via pip see #3626 (comment)

@heliocastro
Copy link

The actual full package cause a pip loop that tries to install recursively all scancode installs. Is similar on what happens in Linux Arm64, so is not exclusive to MacOS, but Arm environments itself.
I tried originally to debug the issue, but enter in a huge rabbit hole that not got near the real issue.
I narrowed down to extractcode and deps on it, but stopped there and unfortunately never found time to continue ( sorry @pombredanne )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants