The problem now is spaCy 2.3.2. could you add arm64 version to spaCy please?
e@e-desktop:~/Downloads/spaCy$ pip install fastai
Defaulting to user installation because normal site-packages is not writeable
Collecting fastai
Using cached fastai-2.0.13-py3-none-any.whl (355 kB)
Requirement already satisfied: fastcore>=1.0.5 in /home/e/.local/lib/python3.6/site-packages (from fastai) (1.0.11)
Requirement already satisfied: pandas in /usr/lib/python3/dist-packages (from fastai) (0.22.0)
Requirement already satisfied: scipy in /usr/local/lib/python3.6/dist-packages (from fastai) (1.4.1)
Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (from fastai) (2.24.0)
Requirement already satisfied: pip in /usr/local/lib/python3.6/dist-packages (from fastai) (20.2.3)
Requirement already satisfied: matplotlib in /usr/lib/python3/dist-packages (from fastai) (2.1.1)
Collecting spacy
Using cached spacy-2.3.2.tar.gz (5.9 MB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 /usr/local/lib/python3.6/dist-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-r1nef8te/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'cython>=0.25' 'cymem>=2.0.2,<2.1.0' 'preshed>=3.0.2,<3.1.0' 'murmurhash>=0.28.0,<1.1.0' thinc==7.4.1
cwd: None
Complete output (197 lines):
Collecting setuptools
Using cached setuptools-50.3.0-py3-none-any.whl (785 kB)
Collecting wheel
Using cached wheel-0.35.1-py2.py3-none-any.whl (33 kB)
Collecting cython>=0.25
Using cached Cython-0.29.21-py2.py3-none-any.whl (974 kB)
Processing /home/e/.cache/pip/wheels/7a/31/20/8371d8dd53b773c31f507c6fddcd8bfcb2b76d26bf8334dfc1/cymem-2.0.3-cp36-cp36m-linux_aarch64.whl
Processing /home/e/.cache/pip/wheels/46/4a/86/d8e2ccdd36a2484d234e3463f8d6667a0c043c130012c9cbdb/preshed-3.0.2-cp36-cp36m-linux_aarch64.whl
Processing /home/e/.cache/pip/wheels/bf/8a/33/62840cd27257a675c9608467daf2cfeb40ece7d7258035e33e/murmurhash-1.0.2-cp36-cp36m-linux_aarch64.whl
Processing /home/e/.cache/pip/wheels/f0/64/6d/6499f114a2d6d959d5dbb7c2937b83feeaca6d2c86a2475114/thinc-7.4.1-cp36-cp36m-linux_aarch64.whl
Collecting tqdm<5.0.0,>=4.10.0
Using cached tqdm-4.50.0-py2.py3-none-any.whl (70 kB)
Collecting catalogue<1.1.0,>=0.0.7
Using cached catalogue-1.0.0-py2.py3-none-any.whl (7.7 kB)
Collecting wasabi<1.1.0,>=0.0.9
Using cached wasabi-0.8.0-py3-none-any.whl (23 kB)
Processing /home/e/.cache/pip/wheels/50/02/f5/4a2f8d1916fc3d81dfd3ea1223ed81b7939e6f436c52596097/srsly-1.0.2-cp36-cp36m-linux_aarch64.whl
Collecting blis<0.5.0,>=0.4.0
Using cached blis-0.4.1.tar.gz (1.8 MB)
Collecting plac<1.2.0,>=0.9.6
Using cached plac-1.1.3-py2.py3-none-any.whl (20 kB)
Collecting numpy>=1.7.0
Using cached numpy-1.19.2-cp36-cp36m-manylinux2014_aarch64.whl (12.2 MB)
Collecting importlib-metadata>=0.20; python_version < "3.8"
Using cached importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB)
Collecting zipp>=0.5
Using cached zipp-3.2.0-py3-none-any.whl (5.1 kB)
Building wheels for collected packages: blis
Building wheel for blis (setup.py): started
Building wheel for blis (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6z6vyxqc/blis/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6z6vyxqc/blis/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-tuk7x5pu
cwd: /tmp/pip-install-6z6vyxqc/blis/
Complete output (74 lines):
BLIS_COMPILER? None
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-aarch64-3.6
creating build/lib.linux-aarch64-3.6/blis
copying blis/benchmark.py -> build/lib.linux-aarch64-3.6/blis
copying blis/about.py -> build/lib.linux-aarch64-3.6/blis
copying blis/__init__.py -> build/lib.linux-aarch64-3.6/blis
creating build/lib.linux-aarch64-3.6/blis/tests
copying blis/tests/test_gemm.py -> build/lib.linux-aarch64-3.6/blis/tests
copying blis/tests/test_dotv.py -> build/lib.linux-aarch64-3.6/blis/tests
copying blis/tests/common.py -> build/lib.linux-aarch64-3.6/blis/tests
copying blis/tests/__init__.py -> build/lib.linux-aarch64-3.6/blis/tests
copying blis/py.pyx -> build/lib.linux-aarch64-3.6/blis
copying blis/cy.pyx -> build/lib.linux-aarch64-3.6/blis
copying blis/__init__.pxd -> build/lib.linux-aarch64-3.6/blis
copying blis/cy.pxd -> build/lib.linux-aarch64-3.6/blis
running build_ext
/home/e/.local/lib/python3.6/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-6z6vyxqc/blis/blis/py.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
/home/e/.local/lib/python3.6/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-6z6vyxqc/blis/blis/cy.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
Processing blis/py.pyx
Processing blis/cy.pyx
unix
py_compiler gcc
{'BLIS_ARCH': 'generic', 'HOSTNAME': 'aa9d42588791', 'SSL_CERT_FILE': '/opt/_internal/certs.pem', 'TERM': 'xterm', 'OLDPWD': '/usr/local/repos/cython-blis', 'LD_LIBRARY_PATH': '/opt/rh/devtoolset-2/root/usr/lib64:/opt/rh/devtoolset-2/root/usr/lib:/usr/local/lib64:/usr/local/lib', 'LS_COLORS': 'no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:', 'VIRTUAL_ENV': '/usr/local/repos/cython-blis/env3.6', 'PATH': '/usr/local/repos/cython-blis/env3.6/bin:/opt/rh/devtoolset-2/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'PWD': '/usr/local/repos/cython-blis/flame-blis', 'BLIS_ARCh': 'generic', 'LANG': 'en_US.UTF-8', 'HOME': '/root', 'SHLVL': '2', 'LANGUAGE': 'en_US.UTF-8', 'BLIS_ARC': 'generic', 'AUDITWHEEL_PLAT': 'manylinux1_x86_64', 'PKG_CONFIG_PATH': '/usr/local/lib/pkgconfig', 'LESSOPEN': '|/usr/bin/lesspipe.sh %s', 'G_BROKEN_FILENAMES': '1', '_': '/usr/local/repos/cython-blis/env3.6/bin/python'}
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/generic/bli_cntx_init_generic.c -o /tmp/tmpebj1rxz1/bli_cntx_init_generic.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/haswell/bli_cntx_init_haswell.c -o /tmp/tmpebj1rxz1/bli_cntx_init_haswell.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/penryn/bli_cntx_init_penryn.c -o /tmp/tmpebj1rxz1/bli_cntx_init_penryn.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/piledriver/bli_cntx_init_piledriver.c -o /tmp/tmpebj1rxz1/bli_cntx_init_piledriver.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/sandybridge/bli_cntx_init_sandybridge.c -o /tmp/tmpebj1rxz1/bli_cntx_init_sandybridge.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/steamroller/bli_cntx_init_steamroller.c -o /tmp/tmpebj1rxz1/bli_cntx_init_steamroller.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/kernels/zen/1/bli_amaxv_zen_int.c -o /tmp/tmpebj1rxz1/bli_amaxv_zen_int.o -O3 -mavx2 -mfma -mfpmath=sse -march=core-avx2 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc: error: unrecognized command line option ā-mavx2ā
gcc: error: unrecognized command line option ā-mfmaā
gcc: error: unrecognized command line option ā-mfpmath=sseā
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-6z6vyxqc/blis/setup.py", line 277, in <module>
"Topic :: Scientific/Engineering",
File "/usr/local/lib/python3.6/dist-packages/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "/usr/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 204, in run
self.run_command('build')
File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3.6/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3.6/distutils/command/build_ext.py", line 339, in run
self.build_extensions()
File "/tmp/pip-install-6z6vyxqc/blis/setup.py", line 103, in build_extensions
objects = self.compile_objects(compiler.split("-")[0], arch, OBJ_DIR)
File "/tmp/pip-install-6z6vyxqc/blis/setup.py", line 188, in compile_objects
objects.append(self.build_object(env=env, **spec))
File "/tmp/pip-install-6z6vyxqc/blis/setup.py", line 201, in build_object
subprocess.check_call(command, cwd=BLIS_DIR)
File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gcc', '-c', '/tmp/pip-install-6z6vyxqc/blis/blis/_src/kernels/zen/1/bli_amaxv_zen_int.c', '-o', '/tmp/tmpebj1rxz1/bli_amaxv_zen_int.o', '-O3', '-mavx2', '-mfma', '-mfpmath=sse', '-march=core-avx2', '-fPIC', '-std=c99', '-D_POSIX_C_SOURCE=200112L', '-DBLIS_VERSION_STRING="0.5.1"', '-DBLIS_IS_BUILDING_LIBRARY', '-Iinclude/linux-x86_64', '-I./frame/3/', '-I./frame/ind/ukernels/', '-I./frame/1m/', '-I./frame/1f/', '-I./frame/1/', '-I./frame/include', '-I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64']' returned non-zero exit status 1.
----------------------------------------
ERROR: Failed building wheel for blis
Running setup.py clean for blis
Failed to build blis
Installing collected packages: setuptools, wheel, cython, cymem, murmurhash, preshed, tqdm, zipp, importlib-metadata, catalogue, wasabi, srsly, numpy, blis, plac, thinc
Running setup.py install for blis: started
Running setup.py install for blis: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6z6vyxqc/blis/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6z6vyxqc/blis/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-k02inhgy/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-r1nef8te/overlay --compile --install-headers /tmp/pip-build-env-r1nef8te/overlay/include/python3.6m/blis
cwd: /tmp/pip-install-6z6vyxqc/blis/
Complete output (76 lines):
BLIS_COMPILER? None
running install
running build
running build_py
creating build
creating build/lib.linux-aarch64-3.6
creating build/lib.linux-aarch64-3.6/blis
copying blis/benchmark.py -> build/lib.linux-aarch64-3.6/blis
copying blis/about.py -> build/lib.linux-aarch64-3.6/blis
copying blis/__init__.py -> build/lib.linux-aarch64-3.6/blis
creating build/lib.linux-aarch64-3.6/blis/tests
copying blis/tests/test_gemm.py -> build/lib.linux-aarch64-3.6/blis/tests
copying blis/tests/test_dotv.py -> build/lib.linux-aarch64-3.6/blis/tests
copying blis/tests/common.py -> build/lib.linux-aarch64-3.6/blis/tests
copying blis/tests/__init__.py -> build/lib.linux-aarch64-3.6/blis/tests
copying blis/py.pyx -> build/lib.linux-aarch64-3.6/blis
copying blis/cy.pyx -> build/lib.linux-aarch64-3.6/blis
copying blis/__init__.pxd -> build/lib.linux-aarch64-3.6/blis
copying blis/cy.pxd -> build/lib.linux-aarch64-3.6/blis
running build_ext
/home/e/.local/lib/python3.6/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-6z6vyxqc/blis/blis/py.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
/home/e/.local/lib/python3.6/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-6z6vyxqc/blis/blis/cy.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
Processing blis/py.pyx
Processing blis/cy.pyx
unix
py_compiler gcc
{'BLIS_ARCH': 'generic', 'HOSTNAME': 'aa9d42588791', 'SSL_CERT_FILE': '/opt/_internal/certs.pem', 'TERM': 'xterm', 'OLDPWD': '/usr/local/repos/cython-blis', 'LD_LIBRARY_PATH': '/opt/rh/devtoolset-2/root/usr/lib64:/opt/rh/devtoolset-2/root/usr/lib:/usr/local/lib64:/usr/local/lib', 'LS_COLORS': 'no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:', 'VIRTUAL_ENV': '/usr/local/repos/cython-blis/env3.6', 'PATH': '/usr/local/repos/cython-blis/env3.6/bin:/opt/rh/devtoolset-2/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'PWD': '/usr/local/repos/cython-blis/flame-blis', 'BLIS_ARCh': 'generic', 'LANG': 'en_US.UTF-8', 'HOME': '/root', 'SHLVL': '2', 'LANGUAGE': 'en_US.UTF-8', 'BLIS_ARC': 'generic', 'AUDITWHEEL_PLAT': 'manylinux1_x86_64', 'PKG_CONFIG_PATH': '/usr/local/lib/pkgconfig', 'LESSOPEN': '|/usr/bin/lesspipe.sh %s', 'G_BROKEN_FILENAMES': '1', '_': '/usr/local/repos/cython-blis/env3.6/bin/python'}
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/generic/bli_cntx_init_generic.c -o /tmp/tmpipaqlhyw/bli_cntx_init_generic.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/haswell/bli_cntx_init_haswell.c -o /tmp/tmpipaqlhyw/bli_cntx_init_haswell.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/penryn/bli_cntx_init_penryn.c -o /tmp/tmpipaqlhyw/bli_cntx_init_penryn.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/piledriver/bli_cntx_init_piledriver.c -o /tmp/tmpipaqlhyw/bli_cntx_init_piledriver.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/sandybridge/bli_cntx_init_sandybridge.c -o /tmp/tmpipaqlhyw/bli_cntx_init_sandybridge.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/config/steamroller/bli_cntx_init_steamroller.c -o /tmp/tmpipaqlhyw/bli_cntx_init_steamroller.o -O3 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc -c /tmp/pip-install-6z6vyxqc/blis/blis/_src/kernels/zen/1/bli_amaxv_zen_int.c -o /tmp/tmpipaqlhyw/bli_amaxv_zen_int.o -O3 -mavx2 -mfma -mfpmath=sse -march=core-avx2 -fPIC -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64
gcc: error: unrecognized command line option ā-mavx2ā
gcc: error: unrecognized command line option ā-mfmaā
gcc: error: unrecognized command line option ā-mfpmath=sseā
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-6z6vyxqc/blis/setup.py", line 277, in <module>
"Topic :: Scientific/Engineering",
File "/usr/local/lib/python3.6/dist-packages/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "/usr/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/local/lib/python3.6/dist-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
File "/usr/lib/python3.6/distutils/command/install.py", line 589, in run
self.run_command('build')
File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3.6/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3.6/distutils/command/build_ext.py", line 339, in run
self.build_extensions()
File "/tmp/pip-install-6z6vyxqc/blis/setup.py", line 103, in build_extensions
objects = self.compile_objects(compiler.split("-")[0], arch, OBJ_DIR)
File "/tmp/pip-install-6z6vyxqc/blis/setup.py", line 188, in compile_objects
objects.append(self.build_object(env=env, **spec))
File "/tmp/pip-install-6z6vyxqc/blis/setup.py", line 201, in build_object
subprocess.check_call(command, cwd=BLIS_DIR)
File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gcc', '-c', '/tmp/pip-install-6z6vyxqc/blis/blis/_src/kernels/zen/1/bli_amaxv_zen_int.c', '-o', '/tmp/tmpipaqlhyw/bli_amaxv_zen_int.o', '-O3', '-mavx2', '-mfma', '-mfpmath=sse', '-march=core-avx2', '-fPIC', '-std=c99', '-D_POSIX_C_SOURCE=200112L', '-DBLIS_VERSION_STRING="0.5.1"', '-DBLIS_IS_BUILDING_LIBRARY', '-Iinclude/linux-x86_64', '-I./frame/3/', '-I./frame/ind/ukernels/', '-I./frame/1m/', '-I./frame/1f/', '-I./frame/1/', '-I./frame/include', '-I/tmp/pip-install-6z6vyxqc/blis/blis/_src/include/linux-x86_64']' returned non-zero exit status 1.
----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6z6vyxqc/blis/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6z6vyxqc/blis/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-k02inhgy/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-r1nef8te/overlay --compile --install-headers /tmp/pip-build-env-r1nef8te/overlay/include/python3.6m/blis Check the logs for full command output.
----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/local/lib/python3.6/dist-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-r1nef8te/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'cython>=0.25' 'cymem>=2.0.2,<2.1.0' 'preshed>=3.0.2,<3.1.0' 'murmurhash>=0.28.0,<1.1.0' thinc==7.4.1 Check the logs for full command output.