For some reason, packages that could be arch 'any' are build tagged as arch speciffc.
This means that pip install typecode-libmagic fails on modern macs.
Workaround was to clone scancode-plugins, populate a venv appropriately and build builtins/typecode_libmagic-macosx manually with python setup.py clean --all bdist_wheel
For some reason, packages that could be arch 'any' are build tagged as arch speciffc.
This means that
pip install typecode-libmagicfails on modern macs.Workaround was to clone scancode-plugins, populate a venv appropriately and build builtins/typecode_libmagic-macosx manually with
python setup.py clean --all bdist_wheel