-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Description
pip installing requirements stopped with:
ERROR: Could not find a version that satisfies the requirement python-magic-bin==0.4.14 (from versions: none)
ERROR: No matching distribution found for python-magic-bin==0.4.14
I see that the spec does cater to ARM Mac:
python-magic==0.4.24; platform_system == "Linux"
python-magic-bin==0.4.14; platform_system == "Windows"
python-magic-bin==0.4.14; platform_system == "Darwin"
python-magic; platform_system == "Darwin" and platform_machine == "arm64"
So I've no idea why it still stopped with an error. Any idea please? Right now I just comment out the lines with python-magic-bin and it seems to work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels