Skip to content

pip install is not working on Apple M1 silicone chip #105

@Yarden92

Description

@Yarden92

I'll just raise it here as well since nobody initiated any speak for that.

same as scipy, scikit-learn etc, this one as well is not installable on Apple's silicone M1 Chips.

with scipy I managed to install it via homebrew and then manually copy the folder to my venv, but this one is not listed on the brew packages.

here's what happen when I run the command:
pip install scikit-commpy

ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/1k/xrnsys5s7b39s_ylmkgng4fw0000gn/T/pip-install-m_y1ehyi/scipy_f4cd9f203f3b496f9359d8942a67d319/setup.py'"'"'; __file__='"'"'/private/var/folders/1k/xrnsys5s7b39s_ylmkgng4fw0000gn/T/pip-install-m_y1ehyi/scipy_f4cd9f203f3b496f9359d8942a67d319/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/1k/xrnsys5s7b39s_ylmkgng4fw0000gn/T/pip-record-csv2ix36/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9/scipy

(full error i in the attached log file)

log.txt

any solution / workaround?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions