DavidLeoni / softpython-it

Libro introduttivo per programmare e analizzare dati con Python 3
http://it.softpython.org
Other
9 stars 3 forks source link

RTD build fails for numpy and xlocale.h #4

Closed DavidLeoni closed 5 years ago

DavidLeoni commented 5 years ago

Today 5 apr 2019 got weird RTD weird error, this seems the cause:

    gcc: numpy/core/src/multiarray/numpyos.c
    numpy/core/src/multiarray/numpyos.c:18:10: fatal error: xlocale.h: No such file or directory
See complete log Collecting sphinx==1.7.6 (from -r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/6d/62/e95cbd4966acaecb8805c321609ba986e47d806e5735967acfe2db3f7c26/Sphinx-1.7.6-py2.py3-none-any.whl Requirement already satisfied: tornado==4.5.3 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (4.5.3) Requirement already satisfied: ipykernel==4.6.1 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (4.6.1) Requirement already satisfied: nbsphinx==0.3.4 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.3.4) Requirement already satisfied: networkx==2.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (2.0) Requirement already satisfied: arghandler==1.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.2.0) Collecting recommonmark==0.4.0 (from -r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/df/a5/8ee4b84af7f997dfdba71254a88008cfc19c49df98983c9a4919e798f8ce/recommonmark-0.4.0-py2.py3-none-any.whl Collecting sphinx_rtd_theme==0.2.5b1 (from -r requirements.txt (line 8)) Using cached https://files.pythonhosted.org/packages/aa/1e/fcce8baceb5ac2644dde124265b2e7b849a0190a6d033bf8b98580222ca6/sphinx_rtd_theme-0.2.5b1-py2.py3-none-any.whl Collecting matplotlib==1.5.1 (from -r requirements.txt (line 11)) Collecting numpy==1.11.0 (from -r requirements.txt (line 12)) Using cached https://files.pythonhosted.org/packages/1a/5c/57c6920bf4a1b1c11645b625e5483d778cedb3823ba21a017112730f0a12/numpy-1.11.0.tar.gz Collecting requests==2.18.4 (from -r requirements.txt (line 13)) Using cached https://files.pythonhosted.org/packages/49/df/50aa1999ab9bde74656c2919d9c0c085fd2b3775fd3eca826012bef76d8c/requests-2.18.4-py2.py3-none-any.whl Collecting beautifulsoup4==4.6.0 (from -r requirements.txt (line 14)) Using cached https://files.pythonhosted.org/packages/9e/d4/10f46e5cfac773e22707237bfcd51bbffeaf0a576b0a847ec7ab15bd7ace/beautifulsoup4-4.6.0-py3-none-any.whl Collecting lxml==4.1.1 (from -r requirements.txt (line 15)) Requirement already satisfied: pandas==0.23.4 in /home/docs/.pyenv/versions/3.7.1/lib/python3.7/site-packages (from -r requirements.txt (line 16)) (0.23.4) Collecting numexpr==2.4.6 (from -r requirements.txt (line 17)) Downloading https://files.pythonhosted.org/packages/5a/d5/14b87de25ea857a321e0729a2b2ec3a4a98a993801427938209380a3fc82/numexpr-2.4.6.tar.gz (87kB) Collecting geopandas==0.4 (from -r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/24/11/d77c157c16909bd77557d00798b05a5b6615ed60acb5900fbe6a65d35e93/geopandas-0.4.0-py2.py3-none-any.whl Collecting ipywidgets==7.3.0 (from -r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/f0/5d/868df21e3b004a5a61294cab70e1f6f44986933eb3aa9c396dfd5112acb2/ipywidgets-7.3.0-py2.py3-none-any.whl Requirement already satisfied: babel!=2.0,>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (2.6.0) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (1.2.1) Requirement already satisfied: docutils>=0.11 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (0.14) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (1.12.0) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (2.3.1) Requirement already satisfied: sphinxcontrib-websupport in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (1.1.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (19.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (0.7.12) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (1.1.0) Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (2.10) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (40.9.0) Requirement already satisfied: ipython>=4.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipykernel==4.6.1->-r requirements.txt (line 3)) (7.4.0) Requirement already satisfied: traitlets>=4.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipykernel==4.6.1->-r requirements.txt (line 3)) (4.3.2) Requirement already satisfied: jupyter-client in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipykernel==4.6.1->-r requirements.txt (line 3)) (5.2.4) Requirement already satisfied: nbconvert in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbsphinx==0.3.4->-r requirements.txt (line 4)) (5.4.1) Requirement already satisfied: nbformat in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbsphinx==0.3.4->-r requirements.txt (line 4)) (4.4.0) Requirement already satisfied: decorator>=4.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from networkx==2.0->-r requirements.txt (line 5)) (4.4.0) Requirement already satisfied: argcomplete in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from arghandler==1.2.0->-r requirements.txt (line 6)) (1.9.5) Collecting commonmark<=0.5.4 (from recommonmark==0.4.0->-r requirements.txt (line 7)) Requirement already satisfied: pytz in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from matplotlib==1.5.1->-r requirements.txt (line 11)) (2018.9) Requirement already satisfied: python-dateutil in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from matplotlib==1.5.1->-r requirements.txt (line 11)) (2.8.0) Requirement already satisfied: pyparsing!=2.0.4,>=1.5.6 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from matplotlib==1.5.1->-r requirements.txt (line 11)) (2.3.1) Requirement already satisfied: cycler in /home/docs/.pyenv/versions/3.7.1/lib/python3.7/site-packages (from matplotlib==1.5.1->-r requirements.txt (line 11)) (0.10.0) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from requests==2.18.4->-r requirements.txt (line 13)) (3.0.4) Collecting idna<2.7,>=2.5 (from requests==2.18.4->-r requirements.txt (line 13)) Using cached https://files.pythonhosted.org/packages/27/cc/6dd9a3869f15c2edfab863b992838277279ce92663d334df9ecf5106f5c6/idna-2.6-py2.py3-none-any.whl Collecting urllib3<1.23,>=1.21.1 (from requests==2.18.4->-r requirements.txt (line 13)) Using cached https://files.pythonhosted.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from requests==2.18.4->-r requirements.txt (line 13)) (2019.3.9) Collecting fiona (from geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/1b/01/1ff66b7ffc6b9b0abb9505a0fc169208e25adcce9bd5f37e0756a93ab5f4/Fiona-1.8.6-cp37-cp37m-manylinux1_x86_64.whl Collecting shapely (from geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/97/36/1af447160f713d72f35dd7e749788367b7a13285c4af2fbd675128aa4e99/Shapely-1.6.4.post2-cp37-cp37m-manylinux1_x86_64.whl Collecting pyproj (from geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/76/9d/1ea5c4f4e2d8b76ad5334cb2dac00ba3af2893ca20d06e275d2335975049/pyproj-2.1.2-cp37-cp37m-manylinux1_x86_64.whl Collecting widgetsnbextension~=3.3.0 (from ipywidgets==7.3.0->-r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/1e/dd/847f6e5cb98caf819e2dca50109611cc0e43b54e0f0d740ee8586a954b18/widgetsnbextension-3.3.1-py2.py3-none-any.whl Requirement already satisfied: MarkupSafe>=0.23 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from Jinja2>=2.3->sphinx==1.7.6->-r requirements.txt (line 1)) (1.1.1) Requirement already satisfied: pexpect; sys_platform != "win32" in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (4.6.0) Requirement already satisfied: pickleshare in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.7.5) Requirement already satisfied: backcall in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.1.0) Requirement already satisfied: prompt-toolkit<2.1.0,>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (2.0.9) Requirement already satisfied: jedi>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.13.3) Requirement already satisfied: ipython-genutils in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from traitlets>=4.1.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.2.0) Requirement already satisfied: pyzmq>=13 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from jupyter-client->ipykernel==4.6.1->-r requirements.txt (line 3)) (18.0.1) Requirement already satisfied: jupyter-core in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from jupyter-client->ipykernel==4.6.1->-r requirements.txt (line 3)) (4.4.0) Requirement already satisfied: mistune>=0.8.1 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.8.4) Requirement already satisfied: defusedxml in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.5.0) Requirement already satisfied: bleach in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (3.1.0) Requirement already satisfied: pandocfilters>=1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (1.4.2) Requirement already satisfied: entrypoints>=0.2.2 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.3) Requirement already satisfied: testpath in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.4.2) Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbformat->nbsphinx==0.3.4->-r requirements.txt (line 4)) (3.0.1) Collecting click-plugins>=1.0 (from fiona->geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/e9/da/824b92d9942f4e472702488857914bdd50f73021efea15b4cad9aca8ecef/click_plugins-1.1.1-py2.py3-none-any.whl Collecting munch (from fiona->geopandas==0.4->-r requirements.txt (line 18)) Requirement already satisfied: attrs>=17 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from fiona->geopandas==0.4->-r requirements.txt (line 18)) (19.1.0) Collecting cligj>=0.5 (from fiona->geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/e4/be/30a58b4b0733850280d01f8bd132591b4668ed5c7046761098d665ac2174/cligj-0.5.0-py3-none-any.whl Collecting click<8,>=4.0 (from fiona->geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl Collecting notebook>=4.4.1 (from widgetsnbextension~=3.3.0->ipywidgets==7.3.0->-r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/f6/36/89ebfffc9dd8c8dbd81c1ffb53e3d4233ee666414c143959477cb07cc5f5/notebook-5.7.8-py2.py3-none-any.whl Requirement already satisfied: ptyprocess>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from pexpect; sys_platform != "win32"->ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.6.0) Requirement already satisfied: wcwidth in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from prompt-toolkit<2.1.0,>=2.0.0->ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.1.7) Requirement already satisfied: parso>=0.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from jedi>=0.10->ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.3.4) Requirement already satisfied: webencodings in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from bleach->nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.5.1) Requirement already satisfied: pyrsistent>=0.14.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.14.11) Collecting terminado>=0.8.1 (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.0->-r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/a7/56/80ea7fa66565fa75ae21ce0c16bc90067530e5d15e48854afcc86585a391/terminado-0.8.2-py2.py3-none-any.whl Collecting Send2Trash (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.0->-r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/49/46/c3dc27481d1cc57b9385aff41c474ceb7714f7935b1247194adae45db714/Send2Trash-1.5.0-py3-none-any.whl Collecting prometheus-client (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.0->-r requirements.txt (line 19)) Building wheels for collected packages: numpy, numexpr Running setup.py bdist_wheel for numpy: started Running setup.py bdist_wheel for numpy: still running... Running setup.py bdist_wheel for numpy: finished with status 'error' Complete output from command /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-dbp23z5k/numpy/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-nb6a8bta --python-tag cp37: Running from numpy source directory. blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE openblas_info: libraries openblas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_3_10_blas_threads_info: Setting PTATLAS=ATLAS libraries tatlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_3_10_blas_info: libraries satlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1640: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) blas_info: libraries blas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1649: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. warnings.warn(BlasNotFoundError.__doc__) blas_src_info: NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1652: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. warnings.warn(BlasSrcNotFoundError.__doc__) NOT AVAILABLE non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 lapack_opt_info: openblas_lapack_info: libraries openblas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE lapack_mkl_info: mkl_info: libraries mkl,vml,guide not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE NOT AVAILABLE atlas_3_10_threads_info: Setting PTATLAS=ATLAS libraries tatlas,tatlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries lapack_atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries tatlas,tatlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries tatlas,tatlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib libraries tatlas,tatlas not found in /usr/lib/x86_64-linux-gnu libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu NOT AVAILABLE atlas_3_10_info: libraries satlas,satlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries lapack_atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries satlas,satlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries satlas,satlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib libraries satlas,satlas not found in /usr/lib/x86_64-linux-gnu libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu NOT AVAILABLE atlas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries lapack_atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib/x86_64-linux-gnu libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu NOT AVAILABLE atlas_info: libraries f77blas,cblas,atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries lapack_atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries f77blas,cblas,atlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries f77blas,cblas,atlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib libraries f77blas,cblas,atlas not found in /usr/lib/x86_64-linux-gnu libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1542: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) lapack_info: libraries lapack not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1553: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. warnings.warn(LapackNotFoundError.__doc__) lapack_src_info: NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1556: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. warnings.warn(LapackSrcNotFoundError.__doc__) NOT AVAILABLE /home/docs/.pyenv/versions/3.7.1/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running bdist_wheel running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building py_modules sources creating build creating build/src.linux-x86_64-3.7 creating build/src.linux-x86_64-3.7/numpy creating build/src.linux-x86_64-3.7/numpy/distutils building library "npymath" sources customize Gnu95FCompiler Could not locate executable gfortran Could not locate executable f95 customize IntelFCompiler Could not locate executable ifort Could not locate executable ifc customize LaheyFCompiler Could not locate executable lf95 customize PGroupFCompiler Could not locate executable pgfortran customize AbsoftFCompiler Could not locate executable f90 Could not locate executable f77 customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler Could not locate executable fort customize IntelItaniumFCompiler Could not locate executable efort Could not locate executable efc customize IntelEM64TFCompiler customize GnuFCompiler Could not locate executable g77 customize G95FCompiler Could not locate executable g95 customize PathScaleFCompiler Could not locate executable pathf95 don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [-Wbuiltin-declaration-mismatch] int exp (void); ^~~ gcc -pthread _configtest.o -o _configtest _configtest.o: In function `main': /tmp/pip-install-dbp23z5k/numpy/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status _configtest.o: In function `main': /tmp/pip-install-dbp23z5k/numpy/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [-Wbuiltin-declaration-mismatch] int exp (void); ^~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest creating build/src.linux-x86_64-3.7/numpy/core creating build/src.linux-x86_64-3.7/numpy/core/src creating build/src.linux-x86_64-3.7/numpy/core/src/npymath conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/npymath/npy_math.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/npymath/ieee754.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/npymath/npy_math_complex.c building library "npysort" sources creating build/src.linux-x86_64-3.7/numpy/core/src/npysort conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/npysort/quicksort.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/npysort/mergesort.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/npysort/heapsort.c creating build/src.linux-x86_64-3.7/numpy/core/src/private conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/private/npy_partition.h adding 'build/src.linux-x86_64-3.7/numpy/core/src/private' to include_dirs. conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/npysort/selection.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/private/npy_binsearch.h conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/npysort/binsearch.c None - nothing done with h_files = ['build/src.linux-x86_64-3.7/numpy/core/src/private/npy_partition.h', 'build/src.linux-x86_64-3.7/numpy/core/src/private/npy_binsearch.h'] building extension "numpy.core._dummy" sources Generating build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’? (void) SIZEOF_LONGDOUBLE; ^~~~~~~~~~~~~~~~~ SIZEOF_LONG_DOUBLE _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in _configtest.c: In function ‘main’: _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’? (void) SIZEOF_LONGDOUBLE; ^~~~~~~~~~~~~~~~~ SIZEOF_LONG_DOUBLE _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in failure. removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 32)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; ^~~~~~~~~~ removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [-Wbuiltin-declaration-mismatch] int exp (void); ^~~ gcc -pthread _configtest.o -o _configtest _configtest.o: In function `main': /tmp/pip-install-dbp23z5k/numpy/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status _configtest.o: In function `main': /tmp/pip-install-dbp23z5k/numpy/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [-Wbuiltin-declaration-mismatch] int exp (void); ^~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘sin’ [-Wbuiltin-declaration-mismatch] int sin (void); ^~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cos’ [-Wbuiltin-declaration-mismatch] int cos (void); ^~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘tan’ [-Wbuiltin-declaration-mismatch] int tan (void); ^~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘sinh’ [-Wbuiltin-declaration-mismatch] int sinh (void); ^~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘cosh’ [-Wbuiltin-declaration-mismatch] int cosh (void); ^~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘tanh’ [-Wbuiltin-declaration-mismatch] int tanh (void); ^~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘fabs’ [-Wbuiltin-declaration-mismatch] int fabs (void); ^~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘floor’ [-Wbuiltin-declaration-mismatch] int floor (void); ^~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ceil’ [-Wbuiltin-declaration-mismatch] int ceil (void); ^~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’ [-Wbuiltin-declaration-mismatch] int sqrt (void); ^~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘log10’ [-Wbuiltin-declaration-mismatch] int log10 (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘log’ [-Wbuiltin-declaration-mismatch] int log (void); ^~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘exp’ [-Wbuiltin-declaration-mismatch] int exp (void); ^~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘asin’ [-Wbuiltin-declaration-mismatch] int asin (void); ^~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘acos’ [-Wbuiltin-declaration-mismatch] int acos (void); ^~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘atan’ [-Wbuiltin-declaration-mismatch] int atan (void); ^~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘fmod’ [-Wbuiltin-declaration-mismatch] int fmod (void); ^~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘modf’ [-Wbuiltin-declaration-mismatch] int modf (void); ^~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘frexp’ [-Wbuiltin-declaration-mismatch] int frexp (void); ^~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’ [-Wbuiltin-declaration-mismatch] int ldexp (void); ^~~~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘rint’ [-Wbuiltin-declaration-mismatch] int rint (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘trunc’ [-Wbuiltin-declaration-mismatch] int trunc (void); ^~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘exp2’ [-Wbuiltin-declaration-mismatch] int exp2 (void); ^~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘log2’ [-Wbuiltin-declaration-mismatch] int log2 (void); ^~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘atan2’ [-Wbuiltin-declaration-mismatch] int atan2 (void); ^~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘pow’ [-Wbuiltin-declaration-mismatch] int pow (void); ^~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘nextafter’ [-Wbuiltin-declaration-mismatch] int nextafter (void); ^~~~~~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘cbrt’ [-Wbuiltin-declaration-mismatch] int cbrt (void); ^~~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:3: warning: statement with no effect [-Wunused-value] __builtin_isnan(5.); ^~~~~~~~~~~~~~~ gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:3: warning: statement with no effect [-Wunused-value] __builtin_isinf(5.); ^~~~~~~~~~~~~~~ gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:3: warning: statement with no effect [-Wunused-value] __builtin_isfinite(5.); ^~~~~~~~~~~~~~~~~~ gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:3: warning: statement with no effect [-Wunused-value] __builtin_bswap32(5u); ^~~~~~~~~~~~~~~~~ gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:3: warning: statement with no effect [-Wunused-value] __builtin_bswap64(5u); ^~~~~~~~~~~~~~~~~ gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:3: warning: statement with no effect [-Wunused-value] __builtin_expect(5, 0); ^~~~~~~~~~~~~~~~ gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] #pragma clang diagnostic error "-Wattributes" success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] #pragma clang diagnostic error "-Wattributes" success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] #pragma clang diagnostic error "-Wattributes" success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] #pragma clang diagnostic error "-Wattributes" success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] #pragma clang diagnostic error "-Wattributes" _configtest.c: In function ‘__declspec’: _configtest.c:5:24: error: expected declaration specifiers before ‘foo’ int __declspec(thread) foo; ^~~ _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int] int __declspec(thread) foo; ^~~~~~~~~~ _configtest.c:11:1: error: expected ‘{’ at end of input } ^ _configtest.c:11:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ _configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] #pragma clang diagnostic error "-Wattributes" _configtest.c: In function ‘__declspec’: _configtest.c:5:24: error: expected declaration specifiers before ‘foo’ int __declspec(thread) foo; ^~~ _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int] int __declspec(thread) foo; ^~~~~~~~~~ _configtest.c:11:1: error: expected ‘{’ at end of input } ^ _configtest.c:11:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ failure. removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘sinf’ [-Wbuiltin-declaration-mismatch] int sinf (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cosf’ [-Wbuiltin-declaration-mismatch] int cosf (void); ^~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘tanf’ [-Wbuiltin-declaration-mismatch] int tanf (void); ^~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhf’ [-Wbuiltin-declaration-mismatch] int sinhf (void); ^~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘coshf’ [-Wbuiltin-declaration-mismatch] int coshf (void); ^~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhf’ [-Wbuiltin-declaration-mismatch] int tanhf (void); ^~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsf’ [-Wbuiltin-declaration-mismatch] int fabsf (void); ^~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘floorf’ [-Wbuiltin-declaration-mismatch] int floorf (void); ^~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ceilf’ [-Wbuiltin-declaration-mismatch] int ceilf (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘rintf’ [-Wbuiltin-declaration-mismatch] int rintf (void); ^~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘truncf’ [-Wbuiltin-declaration-mismatch] int truncf (void); ^~~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’ [-Wbuiltin-declaration-mismatch] int sqrtf (void); ^~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘log10f’ [-Wbuiltin-declaration-mismatch] int log10f (void); ^~~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘logf’ [-Wbuiltin-declaration-mismatch] int logf (void); ^~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pf’ [-Wbuiltin-declaration-mismatch] int log1pf (void); ^~~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘expf’ [-Wbuiltin-declaration-mismatch] int expf (void); ^~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1f’ [-Wbuiltin-declaration-mismatch] int expm1f (void); ^~~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘asinf’ [-Wbuiltin-declaration-mismatch] int asinf (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘acosf’ [-Wbuiltin-declaration-mismatch] int acosf (void); ^~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘atanf’ [-Wbuiltin-declaration-mismatch] int atanf (void); ^~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhf’ [-Wbuiltin-declaration-mismatch] int asinhf (void); ^~~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshf’ [-Wbuiltin-declaration-mismatch] int acoshf (void); ^~~~~~ _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhf’ [-Wbuiltin-declaration-mismatch] int atanhf (void); ^~~~~~ _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotf’ [-Wbuiltin-declaration-mismatch] int hypotf (void); ^~~~~~ _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2f’ [-Wbuiltin-declaration-mismatch] int atan2f (void); ^~~~~~ _configtest.c:26:5: warning: conflicting types for built-in function ‘powf’ [-Wbuiltin-declaration-mismatch] int powf (void); ^~~~ _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodf’ [-Wbuiltin-declaration-mismatch] int fmodf (void); ^~~~~ _configtest.c:28:5: warning: conflicting types for built-in function ‘modff’ [-Wbuiltin-declaration-mismatch] int modff (void); ^~~~~ _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpf’ [-Wbuiltin-declaration-mismatch] int frexpf (void); ^~~~~~ _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpf’ [-Wbuiltin-declaration-mismatch] int ldexpf (void); ^~~~~~ _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2f’ [-Wbuiltin-declaration-mismatch] int exp2f (void); ^~~~~ _configtest.c:32:5: warning: conflicting types for built-in function ‘log2f’ [-Wbuiltin-declaration-mismatch] int log2f (void); ^~~~~ _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignf’ [-Wbuiltin-declaration-mismatch] int copysignf (void); ^~~~~~~~~ _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterf’ [-Wbuiltin-declaration-mismatch] int nextafterf (void); ^~~~~~~~~~ _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtf’ [-Wbuiltin-declaration-mismatch] int cbrtf (void); ^~~~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘sinl’ [-Wbuiltin-declaration-mismatch] int sinl (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cosl’ [-Wbuiltin-declaration-mismatch] int cosl (void); ^~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘tanl’ [-Wbuiltin-declaration-mismatch] int tanl (void); ^~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhl’ [-Wbuiltin-declaration-mismatch] int sinhl (void); ^~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘coshl’ [-Wbuiltin-declaration-mismatch] int coshl (void); ^~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhl’ [-Wbuiltin-declaration-mismatch] int tanhl (void); ^~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsl’ [-Wbuiltin-declaration-mismatch] int fabsl (void); ^~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘floorl’ [-Wbuiltin-declaration-mismatch] int floorl (void); ^~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ceill’ [-Wbuiltin-declaration-mismatch] int ceill (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘rintl’ [-Wbuiltin-declaration-mismatch] int rintl (void); ^~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘truncl’ [-Wbuiltin-declaration-mismatch] int truncl (void); ^~~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtl’ [-Wbuiltin-declaration-mismatch] int sqrtl (void); ^~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘log10l’ [-Wbuiltin-declaration-mismatch] int log10l (void); ^~~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘logl’ [-Wbuiltin-declaration-mismatch] int logl (void); ^~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pl’ [-Wbuiltin-declaration-mismatch] int log1pl (void); ^~~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘expl’ [-Wbuiltin-declaration-mismatch] int expl (void); ^~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1l’ [-Wbuiltin-declaration-mismatch] int expm1l (void); ^~~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘asinl’ [-Wbuiltin-declaration-mismatch] int asinl (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘acosl’ [-Wbuiltin-declaration-mismatch] int acosl (void); ^~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘atanl’ [-Wbuiltin-declaration-mismatch] int atanl (void); ^~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhl’ [-Wbuiltin-declaration-mismatch] int asinhl (void); ^~~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshl’ [-Wbuiltin-declaration-mismatch] int acoshl (void); ^~~~~~ _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhl’ [-Wbuiltin-declaration-mismatch] int atanhl (void); ^~~~~~ _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotl’ [-Wbuiltin-declaration-mismatch] int hypotl (void); ^~~~~~ _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2l’ [-Wbuiltin-declaration-mismatch] int atan2l (void); ^~~~~~ _configtest.c:26:5: warning: conflicting types for built-in function ‘powl’ [-Wbuiltin-declaration-mismatch] int powl (void); ^~~~ _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodl’ [-Wbuiltin-declaration-mismatch] int fmodl (void); ^~~~~ _configtest.c:28:5: warning: conflicting types for built-in function ‘modfl’ [-Wbuiltin-declaration-mismatch] int modfl (void); ^~~~~ _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpl’ [-Wbuiltin-declaration-mismatch] int frexpl (void); ^~~~~~ _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpl’ [-Wbuiltin-declaration-mismatch] int ldexpl (void); ^~~~~~ _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2l’ [-Wbuiltin-declaration-mismatch] int exp2l (void); ^~~~~ _configtest.c:32:5: warning: conflicting types for built-in function ‘log2l’ [-Wbuiltin-declaration-mismatch] int log2l (void); ^~~~~ _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignl’ [-Wbuiltin-declaration-mismatch] int copysignl (void); ^~~~~~~~~ _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterl’ [-Wbuiltin-declaration-mismatch] int nextafterl (void); ^~~~~~~~~~ _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtl’ [-Wbuiltin-declaration-mismatch] int cbrtl (void); ^~~~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function); did you mean ‘HAVE_DECL_ISNAN’? (void) HAVE_DECL_SIGNBIT; ^~~~~~~~~~~~~~~~~ HAVE_DECL_ISNAN _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in _configtest.c: In function ‘main’: _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function); did you mean ‘HAVE_DECL_ISNAN’? (void) HAVE_DECL_SIGNBIT; ^~~~~~~~~~~~~~~~~ HAVE_DECL_ISNAN _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in failure. removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘cabs’ [-Wbuiltin-declaration-mismatch] int cabs (void); ^~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cacos’ [-Wbuiltin-declaration-mismatch] int cacos (void); ^~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘cacosh’ [-Wbuiltin-declaration-mismatch] int cacosh (void); ^~~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘carg’ [-Wbuiltin-declaration-mismatch] int carg (void); ^~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘casin’ [-Wbuiltin-declaration-mismatch] int casin (void); ^~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘casinh’ [-Wbuiltin-declaration-mismatch] int casinh (void); ^~~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘catan’ [-Wbuiltin-declaration-mismatch] int catan (void); ^~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘catanh’ [-Wbuiltin-declaration-mismatch] int catanh (void); ^~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ccos’ [-Wbuiltin-declaration-mismatch] int ccos (void); ^~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘ccosh’ [-Wbuiltin-declaration-mismatch] int ccosh (void); ^~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘cexp’ [-Wbuiltin-declaration-mismatch] int cexp (void); ^~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘cimag’ [-Wbuiltin-declaration-mismatch] int cimag (void); ^~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘clog’ [-Wbuiltin-declaration-mismatch] int clog (void); ^~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘conj’ [-Wbuiltin-declaration-mismatch] int conj (void); ^~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘cpow’ [-Wbuiltin-declaration-mismatch] int cpow (void); ^~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘cproj’ [-Wbuiltin-declaration-mismatch] int cproj (void); ^~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘creal’ [-Wbuiltin-declaration-mismatch] int creal (void); ^~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘csin’ [-Wbuiltin-declaration-mismatch] int csin (void); ^~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘csinh’ [-Wbuiltin-declaration-mismatch] int csinh (void); ^~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrt’ [-Wbuiltin-declaration-mismatch] int csqrt (void); ^~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘ctan’ [-Wbuiltin-declaration-mismatch] int ctan (void); ^~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanh’ [-Wbuiltin-declaration-mismatch] int ctanh (void); ^~~~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsf’ [-Wbuiltin-declaration-mismatch] int cabsf (void); ^~~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosf’ [-Wbuiltin-declaration-mismatch] int cacosf (void); ^~~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshf’ [-Wbuiltin-declaration-mismatch] int cacoshf (void); ^~~~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘cargf’ [-Wbuiltin-declaration-mismatch] int cargf (void); ^~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘casinf’ [-Wbuiltin-declaration-mismatch] int casinf (void); ^~~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhf’ [-Wbuiltin-declaration-mismatch] int casinhf (void); ^~~~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘catanf’ [-Wbuiltin-declaration-mismatch] int catanf (void); ^~~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhf’ [-Wbuiltin-declaration-mismatch] int catanhf (void); ^~~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosf’ [-Wbuiltin-declaration-mismatch] int ccosf (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshf’ [-Wbuiltin-declaration-mismatch] int ccoshf (void); ^~~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpf’ [-Wbuiltin-declaration-mismatch] int cexpf (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagf’ [-Wbuiltin-declaration-mismatch] int cimagf (void); ^~~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘clogf’ [-Wbuiltin-declaration-mismatch] int clogf (void); ^~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘conjf’ [-Wbuiltin-declaration-mismatch] int conjf (void); ^~~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowf’ [-Wbuiltin-declaration-mismatch] int cpowf (void); ^~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojf’ [-Wbuiltin-declaration-mismatch] int cprojf (void); ^~~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘crealf’ [-Wbuiltin-declaration-mismatch] int crealf (void); ^~~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘csinf’ [-Wbuiltin-declaration-mismatch] int csinf (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhf’ [-Wbuiltin-declaration-mismatch] int csinhf (void); ^~~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtf’ [-Wbuiltin-declaration-mismatch] int csqrtf (void); ^~~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanf’ [-Wbuiltin-declaration-mismatch] int ctanf (void); ^~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhf’ [-Wbuiltin-declaration-mismatch] int ctanhf (void); ^~~~~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsl’ [-Wbuiltin-declaration-mismatch] int cabsl (void); ^~~~~ _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosl’ [-Wbuiltin-declaration-mismatch] int cacosl (void); ^~~~~~ _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshl’ [-Wbuiltin-declaration-mismatch] int cacoshl (void); ^~~~~~~ _configtest.c:4:5: warning: conflicting types for built-in function ‘cargl’ [-Wbuiltin-declaration-mismatch] int cargl (void); ^~~~~ _configtest.c:5:5: warning: conflicting types for built-in function ‘casinl’ [-Wbuiltin-declaration-mismatch] int casinl (void); ^~~~~~ _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhl’ [-Wbuiltin-declaration-mismatch] int casinhl (void); ^~~~~~~ _configtest.c:7:5: warning: conflicting types for built-in function ‘catanl’ [-Wbuiltin-declaration-mismatch] int catanl (void); ^~~~~~ _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhl’ [-Wbuiltin-declaration-mismatch] int catanhl (void); ^~~~~~~ _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosl’ [-Wbuiltin-declaration-mismatch] int ccosl (void); ^~~~~ _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshl’ [-Wbuiltin-declaration-mismatch] int ccoshl (void); ^~~~~~ _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpl’ [-Wbuiltin-declaration-mismatch] int cexpl (void); ^~~~~ _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagl’ [-Wbuiltin-declaration-mismatch] int cimagl (void); ^~~~~~ _configtest.c:13:5: warning: conflicting types for built-in function ‘clogl’ [-Wbuiltin-declaration-mismatch] int clogl (void); ^~~~~ _configtest.c:14:5: warning: conflicting types for built-in function ‘conjl’ [-Wbuiltin-declaration-mismatch] int conjl (void); ^~~~~ _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowl’ [-Wbuiltin-declaration-mismatch] int cpowl (void); ^~~~~ _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojl’ [-Wbuiltin-declaration-mismatch] int cprojl (void); ^~~~~~ _configtest.c:17:5: warning: conflicting types for built-in function ‘creall’ [-Wbuiltin-declaration-mismatch] int creall (void); ^~~~~~ _configtest.c:18:5: warning: conflicting types for built-in function ‘csinl’ [-Wbuiltin-declaration-mismatch] int csinl (void); ^~~~~ _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhl’ [-Wbuiltin-declaration-mismatch] int csinhl (void); ^~~~~~ _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtl’ [-Wbuiltin-declaration-mismatch] int csqrtl (void); ^~~~~~ _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanl’ [-Wbuiltin-declaration-mismatch] int ctanl (void); ^~~~~ _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhl’ [-Wbuiltin-declaration-mismatch] int ctanhl (void); ^~~~~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:2:12: warning: ‘static_func’ defined but not used [-Wunused-function] static int static_func (char * restrict a) ^~~~~~~~~~~ success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c removing: _configtest.c _configtest.o File: build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h #define HAVE_ENDIAN_H 1 #define SIZEOF_PY_INTPTR_T 8 #define SIZEOF_OFF_T 8 #define SIZEOF_PY_LONG_LONG 8 #define MATHLIB m #define HAVE_SIN 1 #define HAVE_COS 1 #define HAVE_TAN 1 #define HAVE_SINH 1 #define HAVE_COSH 1 #define HAVE_TANH 1 #define HAVE_FABS 1 #define HAVE_FLOOR 1 #define HAVE_CEIL 1 #define HAVE_SQRT 1 #define HAVE_LOG10 1 #define HAVE_LOG 1 #define HAVE_EXP 1 #define HAVE_ASIN 1 #define HAVE_ACOS 1 #define HAVE_ATAN 1 #define HAVE_FMOD 1 #define HAVE_MODF 1 #define HAVE_FREXP 1 #define HAVE_LDEXP 1 #define HAVE_RINT 1 #define HAVE_TRUNC 1 #define HAVE_EXP2 1 #define HAVE_LOG2 1 #define HAVE_ATAN2 1 #define HAVE_POW 1 #define HAVE_NEXTAFTER 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOULL 1 #define HAVE_CBRT 1 #define HAVE_STRTOLD_L 1 #define HAVE_FALLOCATE 1 #define HAVE_XMMINTRIN_H 1 #define HAVE_EMMINTRIN_H 1 #define HAVE_FEATURES_H 1 #define HAVE___BUILTIN_ISNAN 1 #define HAVE___BUILTIN_ISINF 1 #define HAVE___BUILTIN_ISFINITE 1 #define HAVE___BUILTIN_BSWAP32 1 #define HAVE___BUILTIN_BSWAP64 1 #define HAVE___BUILTIN_EXPECT 1 #define HAVE___BUILTIN_MUL_OVERFLOW 1 #define HAVE__MM_LOAD_PS 1 #define HAVE__MM_PREFETCH 1 #define HAVE__MM_LOAD_PD 1 #define HAVE___BUILTIN_PREFETCH 1 #define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1 #define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1 #define HAVE_ATTRIBUTE_NONNULL 1 #define HAVE___THREAD 1 #define HAVE_SINF 1 #define HAVE_COSF 1 #define HAVE_TANF 1 #define HAVE_SINHF 1 #define HAVE_COSHF 1 #define HAVE_TANHF 1 #define HAVE_FABSF 1 #define HAVE_FLOORF 1 #define HAVE_CEILF 1 #define HAVE_RINTF 1 #define HAVE_TRUNCF 1 #define HAVE_SQRTF 1 #define HAVE_LOG10F 1 #define HAVE_LOGF 1 #define HAVE_LOG1PF 1 #define HAVE_EXPF 1 #define HAVE_EXPM1F 1 #define HAVE_ASINF 1 #define HAVE_ACOSF 1 #define HAVE_ATANF 1 #define HAVE_ASINHF 1 #define HAVE_ACOSHF 1 #define HAVE_ATANHF 1 #define HAVE_HYPOTF 1 #define HAVE_ATAN2F 1 #define HAVE_POWF 1 #define HAVE_FMODF 1 #define HAVE_MODFF 1 #define HAVE_FREXPF 1 #define HAVE_LDEXPF 1 #define HAVE_EXP2F 1 #define HAVE_LOG2F 1 #define HAVE_COPYSIGNF 1 #define HAVE_NEXTAFTERF 1 #define HAVE_CBRTF 1 #define HAVE_SINL 1 #define HAVE_COSL 1 #define HAVE_TANL 1 #define HAVE_SINHL 1 #define HAVE_COSHL 1 #define HAVE_TANHL 1 #define HAVE_FABSL 1 #define HAVE_FLOORL 1 #define HAVE_CEILL 1 #define HAVE_RINTL 1 #define HAVE_TRUNCL 1 #define HAVE_SQRTL 1 #define HAVE_LOG10L 1 #define HAVE_LOGL 1 #define HAVE_LOG1PL 1 #define HAVE_EXPL 1 #define HAVE_EXPM1L 1 #define HAVE_ASINL 1 #define HAVE_ACOSL 1 #define HAVE_ATANL 1 #define HAVE_ASINHL 1 #define HAVE_ACOSHL 1 #define HAVE_ATANHL 1 #define HAVE_HYPOTL 1 #define HAVE_ATAN2L 1 #define HAVE_POWL 1 #define HAVE_FMODL 1 #define HAVE_MODFL 1 #define HAVE_FREXPL 1 #define HAVE_LDEXPL 1 #define HAVE_EXP2L 1 #define HAVE_LOG2L 1 #define HAVE_COPYSIGNL 1 #define HAVE_NEXTAFTERL 1 #define HAVE_CBRTL 1 #define HAVE_DECL_SIGNBIT #define HAVE_COMPLEX_H 1 #define HAVE_CABS 1 #define HAVE_CACOS 1 #define HAVE_CACOSH 1 #define HAVE_CARG 1 #define HAVE_CASIN 1 #define HAVE_CASINH 1 #define HAVE_CATAN 1 #define HAVE_CATANH 1 #define HAVE_CCOS 1 #define HAVE_CCOSH 1 #define HAVE_CEXP 1 #define HAVE_CIMAG 1 #define HAVE_CLOG 1 #define HAVE_CONJ 1 #define HAVE_CPOW 1 #define HAVE_CPROJ 1 #define HAVE_CREAL 1 #define HAVE_CSIN 1 #define HAVE_CSINH 1 #define HAVE_CSQRT 1 #define HAVE_CTAN 1 #define HAVE_CTANH 1 #define HAVE_CABSF 1 #define HAVE_CACOSF 1 #define HAVE_CACOSHF 1 #define HAVE_CARGF 1 #define HAVE_CASINF 1 #define HAVE_CASINHF 1 #define HAVE_CATANF 1 #define HAVE_CATANHF 1 #define HAVE_CCOSF 1 #define HAVE_CCOSHF 1 #define HAVE_CEXPF 1 #define HAVE_CIMAGF 1 #define HAVE_CLOGF 1 #define HAVE_CONJF 1 #define HAVE_CPOWF 1 #define HAVE_CPROJF 1 #define HAVE_CREALF 1 #define HAVE_CSINF 1 #define HAVE_CSINHF 1 #define HAVE_CSQRTF 1 #define HAVE_CTANF 1 #define HAVE_CTANHF 1 #define HAVE_CABSL 1 #define HAVE_CACOSL 1 #define HAVE_CACOSHL 1 #define HAVE_CARGL 1 #define HAVE_CASINL 1 #define HAVE_CASINHL 1 #define HAVE_CATANL 1 #define HAVE_CATANHL 1 #define HAVE_CCOSL 1 #define HAVE_CCOSHL 1 #define HAVE_CEXPL 1 #define HAVE_CIMAGL 1 #define HAVE_CLOGL 1 #define HAVE_CONJL 1 #define HAVE_CPOWL 1 #define HAVE_CPROJL 1 #define HAVE_CREALL 1 #define HAVE_CSINL 1 #define HAVE_CSINHL 1 #define HAVE_CSQRTL 1 #define HAVE_CTANL 1 #define HAVE_CTANHL 1 #define NPY_RESTRICT restrict #define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1 #define NPY_PY3K 1 #ifndef __cplusplus /* #undef inline */ #endif #ifndef _NPY_NPY_CONFIG_H_ #error config.h should never be included directly, include npy_config.h instead #endif EOF adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h' to sources. Generating build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [-Wbuiltin-declaration-mismatch] int exp (void); ^~~ gcc -pthread _configtest.o -o _configtest _configtest.o: In function `main': /tmp/pip-install-dbp23z5k/numpy/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status _configtest.o: In function `main': /tmp/pip-install-dbp23z5k/numpy/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [-Wbuiltin-declaration-mismatch] int exp (void); ^~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o File: build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h #define NPY_HAVE_ENDIAN_H 1 #define NPY_SIZEOF_SHORT SIZEOF_SHORT #define NPY_SIZEOF_INT SIZEOF_INT #define NPY_SIZEOF_LONG SIZEOF_LONG #define NPY_SIZEOF_FLOAT 4 #define NPY_SIZEOF_COMPLEX_FLOAT 8 #define NPY_SIZEOF_DOUBLE 8 #define NPY_SIZEOF_COMPLEX_DOUBLE 16 #define NPY_SIZEOF_LONGDOUBLE 16 #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 #define NPY_SIZEOF_PY_INTPTR_T 8 #define NPY_SIZEOF_OFF_T 8 #define NPY_SIZEOF_PY_LONG_LONG 8 #define NPY_SIZEOF_LONGLONG 8 #define NPY_NO_SMP 0 #define NPY_HAVE_DECL_ISNAN #define NPY_HAVE_DECL_ISINF #define NPY_HAVE_DECL_ISFINITE #define NPY_HAVE_DECL_SIGNBIT #define NPY_USE_C99_COMPLEX 1 #define NPY_HAVE_COMPLEX_DOUBLE 1 #define NPY_HAVE_COMPLEX_FLOAT 1 #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 #define NPY_USE_C99_FORMATS 1 #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) #define NPY_ABI_VERSION 0x01000009 #define NPY_API_VERSION 0x0000000A #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS 1 #endif EOF adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.multiarray" sources adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__multiarray_api.h' to sources. creating build/src.linux-x86_64-3.7/numpy/core/src/multiarray conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/multiarray/arraytypes.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/multiarray/einsum.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/multiarray/lowlevel_strided_loops.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/multiarray/nditer_templ.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/multiarray/scalartypes.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/private/templ_common.h adding 'build/src.linux-x86_64-3.7/numpy/core/src/private' to include_dirs. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.7/numpy/core/src/private/templ_common.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.umath" sources adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__ufunc_api.h' to sources. creating build/src.linux-x86_64-3.7/numpy/core/src/umath conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/umath/funcs.inc adding 'build/src.linux-x86_64-3.7/numpy/core/src/umath' to include_dirs. conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/umath/simd.inc conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/umath/loops.h conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/umath/loops.c conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/umath/scalarmath.c numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.7/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-3.7/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-3.7/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core.umath_tests" sources conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/umath/umath_tests.c building extension "numpy.core.test_rational" sources conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/umath/test_rational.c building extension "numpy.core.struct_ufunc_test" sources conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/umath/struct_ufunc_test.c building extension "numpy.core.multiarray_tests" sources conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/multiarray/multiarray_tests.c building extension "numpy.core.operand_flag_tests" sources conv_template:> build/src.linux-x86_64-3.7/numpy/core/src/umath/operand_flag_tests.c building extension "numpy.fft.fftpack_lite" sources building extension "numpy.linalg.lapack_lite" sources creating build/src.linux-x86_64-3.7/numpy/linalg ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/zlapack_lite.c' to sources. adding 'numpy/linalg/lapack_lite/dlapack_lite.c' to sources. adding 'numpy/linalg/lapack_lite/blas_lite.c' to sources. adding 'numpy/linalg/lapack_lite/dlamch.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lite.c' to sources. building extension "numpy.linalg._umath_linalg" sources ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/zlapack_lite.c' to sources. adding 'numpy/linalg/lapack_lite/dlapack_lite.c' to sources. adding 'numpy/linalg/lapack_lite/blas_lite.c' to sources. adding 'numpy/linalg/lapack_lite/dlamch.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lite.c' to sources. conv_template:> build/src.linux-x86_64-3.7/numpy/linalg/umath_linalg.c building extension "numpy.random.mtrand" sources creating build/src.linux-x86_64-3.7/numpy/random building data_files sources build_src: building npy-pkg config files running build_py creating build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/numpy copying numpy/__init__.py -> build/lib.linux-x86_64-3.7/numpy copying numpy/add_newdocs.py -> build/lib.linux-x86_64-3.7/numpy copying numpy/dual.py -> build/lib.linux-x86_64-3.7/numpy copying numpy/_import_tools.py -> build/lib.linux-x86_64-3.7/numpy copying numpy/version.py -> build/lib.linux-x86_64-3.7/numpy copying numpy/ctypeslib.py -> build/lib.linux-x86_64-3.7/numpy copying numpy/setup.py -> build/lib.linux-x86_64-3.7/numpy copying numpy/matlib.py -> build/lib.linux-x86_64-3.7/numpy copying build/src.linux-x86_64-3.7/numpy/__config__.py -> build/lib.linux-x86_64-3.7/numpy creating build/lib.linux-x86_64-3.7/numpy/compat copying numpy/compat/py3k.py -> build/lib.linux-x86_64-3.7/numpy/compat copying numpy/compat/__init__.py -> build/lib.linux-x86_64-3.7/numpy/compat copying numpy/compat/_inspect.py -> build/lib.linux-x86_64-3.7/numpy/compat copying numpy/compat/setup.py -> build/lib.linux-x86_64-3.7/numpy/compat creating build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/records.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/defchararray.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/shape_base.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/__init__.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/numerictypes.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/_methods.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/setup_common.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/info.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/memmap.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/fromnumeric.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/function_base.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/numeric.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/arrayprint.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/machar.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/_internal.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/cversions.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/getlimits.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/setup.py -> build/lib.linux-x86_64-3.7/numpy/core copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-x86_64-3.7/numpy/core creating build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/msvccompiler.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/__init__.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/pathccompiler.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/msvc9compiler.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/ccompiler.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/misc_util.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/cpuinfo.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/core.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/log.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/compat.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/lib2def.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/extension.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/info.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/environment.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/unixccompiler.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/numpy_distribution.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/system_info.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/exec_command.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/line_endings.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/from_template.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/__version__.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/setup.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/conv_template.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying numpy/distutils/intelccompiler.py -> build/lib.linux-x86_64-3.7/numpy/distutils copying build/src.linux-x86_64-3.7/numpy/distutils/__config__.py -> build/lib.linux-x86_64-3.7/numpy/distutils creating build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/build_py.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/install_headers.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/__init__.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/autodist.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/egg_info.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/install_data.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/sdist.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/config_compiler.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/install.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/config.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/build_src.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/develop.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/install_clib.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/build_ext.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/build_clib.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/build.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command copying numpy/distutils/command/build_scripts.py -> build/lib.linux-x86_64-3.7/numpy/distutils/command creating build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/none.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-x86_64-3.7/numpy/distutils/fcompiler creating build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/glossary.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/__init__.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/internals.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/indexing.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/subclassing.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/creation.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/ufuncs.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/constants.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/byteswapping.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/basics.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/structured_arrays.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/broadcasting.py -> build/lib.linux-x86_64-3.7/numpy/doc copying numpy/doc/misc.py -> build/lib.linux-x86_64-3.7/numpy/doc creating build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/crackfortran.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/__init__.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/f2py2e.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/__main__.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/f90mod_rules.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/use_rules.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/diagnose.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/auxfuncs.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/f2py_testing.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/rules.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/cb_rules.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/func2subr.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/info.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/cfuncs.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/capi_maps.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/__version__.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/setup.py -> build/lib.linux-x86_64-3.7/numpy/f2py copying numpy/f2py/common_rules.py -> build/lib.linux-x86_64-3.7/numpy/f2py creating build/lib.linux-x86_64-3.7/numpy/fft copying numpy/fft/__init__.py -> build/lib.linux-x86_64-3.7/numpy/fft copying numpy/fft/helper.py -> build/lib.linux-x86_64-3.7/numpy/fft copying numpy/fft/info.py -> build/lib.linux-x86_64-3.7/numpy/fft copying numpy/fft/fftpack.py -> build/lib.linux-x86_64-3.7/numpy/fft copying numpy/fft/setup.py -> build/lib.linux-x86_64-3.7/numpy/fft creating build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/shape_base.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/__init__.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/npyio.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/arraysetops.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/polynomial.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/utils.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/financial.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/_datasource.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/index_tricks.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/twodim_base.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/_version.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/stride_tricks.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/format.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/nanfunctions.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/_iotools.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/type_check.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/scimath.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/info.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/user_array.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/arraypad.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/arrayterator.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/function_base.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/recfunctions.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/ufunclike.py -> build/lib.linux-x86_64-3.7/numpy/lib copying numpy/lib/setup.py -> build/lib.linux-x86_64-3.7/numpy/lib creating build/lib.linux-x86_64-3.7/numpy/linalg copying numpy/linalg/linalg.py -> build/lib.linux-x86_64-3.7/numpy/linalg copying numpy/linalg/__init__.py -> build/lib.linux-x86_64-3.7/numpy/linalg copying numpy/linalg/info.py -> build/lib.linux-x86_64-3.7/numpy/linalg copying numpy/linalg/setup.py -> build/lib.linux-x86_64-3.7/numpy/linalg creating build/lib.linux-x86_64-3.7/numpy/ma copying numpy/ma/__init__.py -> build/lib.linux-x86_64-3.7/numpy/ma copying numpy/ma/extras.py -> build/lib.linux-x86_64-3.7/numpy/ma copying numpy/ma/core.py -> build/lib.linux-x86_64-3.7/numpy/ma copying numpy/ma/testutils.py -> build/lib.linux-x86_64-3.7/numpy/ma copying numpy/ma/mrecords.py -> build/lib.linux-x86_64-3.7/numpy/ma copying numpy/ma/timer_comparison.py -> build/lib.linux-x86_64-3.7/numpy/ma copying numpy/ma/version.py -> build/lib.linux-x86_64-3.7/numpy/ma copying numpy/ma/setup.py -> build/lib.linux-x86_64-3.7/numpy/ma copying numpy/ma/bench.py -> build/lib.linux-x86_64-3.7/numpy/ma creating build/lib.linux-x86_64-3.7/numpy/matrixlib copying numpy/matrixlib/__init__.py -> build/lib.linux-x86_64-3.7/numpy/matrixlib copying numpy/matrixlib/defmatrix.py -> build/lib.linux-x86_64-3.7/numpy/matrixlib copying numpy/matrixlib/setup.py -> build/lib.linux-x86_64-3.7/numpy/matrixlib creating build/lib.linux-x86_64-3.7/numpy/polynomial copying numpy/polynomial/__init__.py -> build/lib.linux-x86_64-3.7/numpy/polynomial copying numpy/polynomial/polynomial.py -> build/lib.linux-x86_64-3.7/numpy/polynomial copying numpy/polynomial/hermite.py -> build/lib.linux-x86_64-3.7/numpy/polynomial copying numpy/polynomial/polyutils.py -> build/lib.linux-x86_64-3.7/numpy/polynomial copying numpy/polynomial/hermite_e.py -> build/lib.linux-x86_64-3.7/numpy/polynomial copying numpy/polynomial/laguerre.py -> build/lib.linux-x86_64-3.7/numpy/polynomial copying numpy/polynomial/chebyshev.py -> build/lib.linux-x86_64-3.7/numpy/polynomial copying numpy/polynomial/_polybase.py -> build/lib.linux-x86_64-3.7/numpy/polynomial copying numpy/polynomial/legendre.py -> build/lib.linux-x86_64-3.7/numpy/polynomial copying numpy/polynomial/setup.py -> build/lib.linux-x86_64-3.7/numpy/polynomial creating build/lib.linux-x86_64-3.7/numpy/random copying numpy/random/__init__.py -> build/lib.linux-x86_64-3.7/numpy/random copying numpy/random/info.py -> build/lib.linux-x86_64-3.7/numpy/random copying numpy/random/setup.py -> build/lib.linux-x86_64-3.7/numpy/random creating build/lib.linux-x86_64-3.7/numpy/testing copying numpy/testing/__init__.py -> build/lib.linux-x86_64-3.7/numpy/testing copying numpy/testing/utils.py -> build/lib.linux-x86_64-3.7/numpy/testing copying numpy/testing/noseclasses.py -> build/lib.linux-x86_64-3.7/numpy/testing copying numpy/testing/decorators.py -> build/lib.linux-x86_64-3.7/numpy/testing copying numpy/testing/print_coercion_tables.py -> build/lib.linux-x86_64-3.7/numpy/testing copying numpy/testing/nosetester.py -> build/lib.linux-x86_64-3.7/numpy/testing copying numpy/testing/setup.py -> build/lib.linux-x86_64-3.7/numpy/testing running build_clib customize UnixCCompiler customize UnixCCompiler using build_clib building 'npymath' library compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/build creating build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy creating build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core creating build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src creating build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/npymath creating build/temp.linux-x86_64-3.7/numpy creating build/temp.linux-x86_64-3.7/numpy/core creating build/temp.linux-x86_64-3.7/numpy/core/src creating build/temp.linux-x86_64-3.7/numpy/core/src/npymath compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -c' gcc: build/src.linux-x86_64-3.7/numpy/core/src/npymath/npy_math.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/npymath/ieee754.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/npymath/npy_math_complex.c gcc: numpy/core/src/npymath/halffloat.c ar: adding 4 object files to build/temp.linux-x86_64-3.7/libnpymath.a building 'npysort' library compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/npysort compile options: '-Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -c' gcc: build/src.linux-x86_64-3.7/numpy/core/src/npysort/quicksort.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/npysort/mergesort.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/npysort/heapsort.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/npysort/selection.c In file included from numpy/core/src/npysort/selection.c.src:22:0: numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’: numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) { ^ numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (type == _part_map[i].typenum) { ^~ numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’: numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) { ^ numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (type == _part_map[i].typenum) { ^~ gcc: build/src.linux-x86_64-3.7/numpy/core/src/npysort/binsearch.c In file included from numpy/core/src/npysort/binsearch.c.src:6:0: numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’: numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_@arg@binsearch_map[mid_idx].typenum < type) { ^ numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) { ^~ In file included from numpy/core/src/npysort/binsearch.c.src:6:0: numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’: numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_@arg@binsearch_map[mid_idx].typenum < type) { ^ numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) { ^~ ar: adding 5 object files to build/temp.linux-x86_64-3.7/libnpysort.a running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext building 'numpy.core._dummy' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -c' gcc: numpy/core/src/dummymodule.c gcc -pthread -shared -L/home/docs/.pyenv/versions/3.7.1/lib -L/home/docs/.pyenv/versions/3.7.1/lib build/temp.linux-x86_64-3.7/numpy/core/src/dummymodule.o -Lbuild/temp.linux-x86_64-3.7 -lm -o build/lib.linux-x86_64-3.7/numpy/core/_dummy.cpython-37m-x86_64-linux-gnu.so building 'numpy.core.multiarray' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.7/numpy/core/src/multiarray creating build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/numpy/core/src/multiarray creating build/temp.linux-x86_64-3.7/numpy/core/src/private compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -c' gcc: numpy/core/src/multiarray/alloc.c gcc: numpy/core/src/multiarray/arrayobject.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/multiarray/arraytypes.c numpy/core/src/multiarray/arraytypes.c.src: In function ‘VOID_setitem’: numpy/core/src/multiarray/arraytypes.c.src:855:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] res = PyObject_AsReadBuffer(op, &buffer, &buflen); ^~~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/arraytypes.c.src:3: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ gcc: numpy/core/src/multiarray/array_assign.c gcc: numpy/core/src/multiarray/array_assign_scalar.c numpy/core/src/multiarray/array_assign_scalar.c: In function ‘PyArray_AssignRawScalar’: numpy/core/src/multiarray/array_assign_scalar.c:236:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (sizeof(scalarbuffer) >= PyArray_DESCR(dst)->elsize) { ^~ gcc: numpy/core/src/multiarray/array_assign_array.c gcc: numpy/core/src/multiarray/buffer.c gcc: numpy/core/src/multiarray/calculation.c gcc: numpy/core/src/multiarray/compiled_base.c gcc: numpy/core/src/multiarray/common.c numpy/core/src/multiarray/common.c: In function ‘_IsAligned’: numpy/core/src/multiarray/common.c:667:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < PyArray_NDIM(ap); i++) { ^ numpy/core/src/multiarray/common.c: In function ‘_IsWriteable’: numpy/core/src/multiarray/common.c:724:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] if (PyObject_AsWriteBuffer(base, &dummy, &n) < 0) { ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/common.c:2: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:500:17: note: declared here PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~~ gcc: numpy/core/src/multiarray/convert.c gcc: numpy/core/src/multiarray/convert_datatype.c gcc: numpy/core/src/multiarray/conversion_utils.c gcc: numpy/core/src/multiarray/ctors.c numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromInterface’: numpy/core/src/multiarray/ctors.c:2313:9: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] res = PyObject_AsWriteBuffer(base, (void **)&data, &buffer_len); ^~~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/ctors.c:2: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:500:17: note: declared here PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/ctors.c:2316:13: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] res = PyObject_AsReadBuffer( ^~~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/ctors.c:2: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromBuffer’: numpy/core/src/multiarray/ctors.c:3477:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] if (PyObject_AsWriteBuffer(buf, (void *)&data, &ts) == -1) { ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/ctors.c:2: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:500:17: note: declared here PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/ctors.c:3480:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] if (PyObject_AsReadBuffer(buf, (void *)&data, &ts) == -1) { ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/ctors.c:2: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ gcc: numpy/core/src/multiarray/datetime.c numpy/core/src/multiarray/datetime.c: In function ‘parse_datetime_extended_unit_from_string’: numpy/core/src/multiarray/datetime.c:781:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (out_meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c: In function ‘get_datetime_units_factor’: numpy/core/src/multiarray/datetime.c:1076:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (littlebase > unit) { ^ numpy/core/src/multiarray/datetime.c: In function ‘convert_datetime_metadata_tuple_to_datetime_metadata’: numpy/core/src/multiarray/datetime.c:1847:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (out_meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_datetime’: numpy/core/src/multiarray/datetime.c:2395:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2411:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1 || meta->base == NPY_FR_GENERIC) { ^~ numpy/core/src/multiarray/datetime.c:2424:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2463:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2495:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2522:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_timedelta’: numpy/core/src/multiarray/datetime.c:2598:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2609:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2622:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2661:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2730:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2784:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobjects_to_datetimes’: numpy/core/src/multiarray/datetime.c:3118:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (inout_meta->base == -1) { ^~ gcc: numpy/core/src/multiarray/datetime_strings.c numpy/core/src/multiarray/datetime_strings.c: In function ‘parse_iso_8601_datetime’: numpy/core/src/multiarray/datetime_strings.c:310:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unit != -1 && !can_cast_datetime64_units(bestunit, unit, ^~ numpy/core/src/multiarray/datetime_strings.c:350:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unit != -1 && !can_cast_datetime64_units(bestunit, unit, ^~ numpy/core/src/multiarray/datetime_strings.c:733:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unit != -1 && !can_cast_datetime64_units(bestunit, unit, ^~ numpy/core/src/multiarray/datetime_strings.c: In function ‘get_datetime_iso_8601_strlen’: numpy/core/src/multiarray/datetime_strings.c:764:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (base == -1) { ^~ numpy/core/src/multiarray/datetime_strings.c: In function ‘make_iso_8601_datetime’: numpy/core/src/multiarray/datetime_strings.c:930:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (base == -1) { ^~ numpy/core/src/multiarray/datetime_strings.c: In function ‘array_datetime_as_string’: numpy/core/src/multiarray/datetime_strings.c:1415:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unit == -1) { ^~ numpy/core/src/multiarray/datetime_strings.c:1422:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unit != -1 && !can_cast_datetime64_units(meta->base, unit, casting)) { ^~ gcc: numpy/core/src/multiarray/datetime_busday.c gcc: numpy/core/src/multiarray/datetime_busdaycal.c gcc: numpy/core/src/multiarray/descriptor.c gcc: numpy/core/src/multiarray/dtype_transfer.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/multiarray/einsum.c gcc: numpy/core/src/multiarray/flagsobject.c gcc: numpy/core/src/multiarray/getset.c numpy/core/src/multiarray/getset.c: In function ‘array_strides_set’: numpy/core/src/multiarray/getset.c:134:5: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] if (PyArray_BASE(new) && PyObject_AsReadBuffer(PyArray_BASE(new), ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/getset.c:4: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/getset.c: In function ‘array_data_set’: numpy/core/src/multiarray/getset.c:340:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] if (PyObject_AsWriteBuffer(op, &buf, &buf_len) < 0) { ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/getset.c:4: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:500:17: note: declared here PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/getset.c:342:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] if (PyObject_AsReadBuffer(op, (const void **)&buf, &buf_len) < 0) { ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/getset.c:4: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ gcc: numpy/core/src/multiarray/hashdescr.c gcc: numpy/core/src/multiarray/item_selection.c In file included from numpy/core/src/multiarray/item_selection.c:24:0: numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’: numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) { ^ numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (type == _part_map[i].typenum) { ^~ numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’: numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) { ^ numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (type == _part_map[i].typenum) { ^~ In file included from numpy/core/src/multiarray/item_selection.c:25:0: numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’: numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_@arg@binsearch_map[mid_idx].typenum < type) { ^ numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) { ^~ In file included from numpy/core/src/multiarray/item_selection.c:25:0: numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’: numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_@arg@binsearch_map[mid_idx].typenum < type) { ^ numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) { ^~ gcc: numpy/core/src/multiarray/iterators.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/multiarray/lowlevel_strided_loops.c gcc: numpy/core/src/multiarray/mapping.c gcc: numpy/core/src/multiarray/methods.c gcc: numpy/core/src/multiarray/multiarraymodule.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/multiarray/nditer_templ.c gcc: numpy/core/src/multiarray/nditer_api.c gcc: numpy/core/src/multiarray/nditer_constr.c gcc: numpy/core/src/multiarray/nditer_pywrap.c gcc: numpy/core/src/multiarray/number.c gcc: numpy/core/src/multiarray/numpymemoryview.c gcc: numpy/core/src/multiarray/numpyos.c numpy/core/src/multiarray/numpyos.c:18:10: fatal error: xlocale.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. numpy/core/src/multiarray/numpyos.c:18:10: fatal error: xlocale.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. error: Command "gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -c numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/numpyos.o" failed with exit status 1 ---------------------------------------- Running setup.py clean for numpy Failed building wheel for numpy Complete output from command /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-dbp23z5k/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" clean --all: Running from numpy source directory. `setup.py clean` is not supported, use one of the following instead: - `git clean -xdf` (cleans all files) - `git clean -Xdf` (cleans all versioned files, doesn't touch files that aren't checked into the git repo) Add `--force` to your command to use it anyway if you must (unsupported). ---------------------------------------- Failed cleaning build dir for numpy Running setup.py bdist_wheel for numexpr: started Running setup.py bdist_wheel for numexpr: finished with status 'done' Stored in directory: /home/docs/checkouts/readthedocs.org/user_builds/softpython/.cache/pip/wheels/3b/0b/6c/2f8991c537316f145bfe9c90335bdf9e5e1a39f68c0db6585d Successfully built numexpr Failed to build numpy Installing collected packages: idna, urllib3, requests, sphinx, commonmark, recommonmark, sphinx-rtd-theme, numpy, matplotlib, beautifulsoup4, lxml, numexpr, click, click-plugins, munch, cligj, fiona, shapely, pyproj, geopandas, terminado, Send2Trash, prometheus-client, notebook, widgetsnbextension, ipywidgets Found existing installation: idna 2.8 Uninstalling idna-2.8: Successfully uninstalled idna-2.8 Found existing installation: urllib3 1.24.1 Uninstalling urllib3-1.24.1: Successfully uninstalled urllib3-1.24.1 Found existing installation: requests 2.21.0 Uninstalling requests-2.21.0: Successfully uninstalled requests-2.21.0 Found existing installation: Sphinx 1.8.5 Uninstalling Sphinx-1.8.5: Successfully uninstalled Sphinx-1.8.5 Found existing installation: commonmark 0.8.1 Uninstalling commonmark-0.8.1: Successfully uninstalled commonmark-0.8.1 Found existing installation: recommonmark 0.5.0 Uninstalling recommonmark-0.5.0: Successfully uninstalled recommonmark-0.5.0 Found existing installation: sphinx-rtd-theme 0.4.3 Uninstalling sphinx-rtd-theme-0.4.3: Successfully uninstalled sphinx-rtd-theme-0.4.3 Found existing installation: numpy 1.16.0 Not uninstalling numpy at /home/docs/.pyenv/versions/3.7.1/lib/python3.7/site-packages, outside environment /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest Can't uninstall 'numpy'. No files were found to uninstall. Running setup.py install for numpy: started Running setup.py install for numpy: finished with status 'error' Complete output from command /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-dbp23z5k/numpy/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-p920cucp/install-record.txt --single-version-externally-managed --compile --install-headers /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/include/site/python3.7/numpy: Running from numpy source directory. Note: if you need reliable uninstall behavior, then install with pip instead of using `setup.py install`: - `pip install .` (from a git repo or downloaded source release) - `pip install numpy` (last Numpy release on PyPi) blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE openblas_info: libraries openblas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_3_10_blas_threads_info: Setting PTATLAS=ATLAS libraries tatlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_3_10_blas_info: libraries satlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1640: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) blas_info: libraries blas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1649: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. warnings.warn(BlasNotFoundError.__doc__) blas_src_info: NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1652: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. warnings.warn(BlasSrcNotFoundError.__doc__) NOT AVAILABLE non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 lapack_opt_info: openblas_lapack_info: libraries openblas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE lapack_mkl_info: mkl_info: libraries mkl,vml,guide not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE NOT AVAILABLE atlas_3_10_threads_info: Setting PTATLAS=ATLAS libraries tatlas,tatlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries lapack_atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries tatlas,tatlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries tatlas,tatlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib libraries tatlas,tatlas not found in /usr/lib/x86_64-linux-gnu libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu NOT AVAILABLE atlas_3_10_info: libraries satlas,satlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries lapack_atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries satlas,satlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries satlas,satlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib libraries satlas,satlas not found in /usr/lib/x86_64-linux-gnu libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu NOT AVAILABLE atlas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries lapack_atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib/x86_64-linux-gnu libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu NOT AVAILABLE atlas_info: libraries f77blas,cblas,atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries lapack_atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries f77blas,cblas,atlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries f77blas,cblas,atlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib libraries f77blas,cblas,atlas not found in /usr/lib/x86_64-linux-gnu libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1542: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) lapack_info: libraries lapack not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1553: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. warnings.warn(LapackNotFoundError.__doc__) lapack_src_info: NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1556: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. warnings.warn(LapackSrcNotFoundError.__doc__) NOT AVAILABLE /home/docs/.pyenv/versions/3.7.1/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running install running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building py_modules sources building library "npymath" sources customize Gnu95FCompiler Could not locate executable gfortran Could not locate executable f95 customize IntelFCompiler Could not locate executable ifort Could not locate executable ifc customize LaheyFCompiler Could not locate executable lf95 customize PGroupFCompiler Could not locate executable pgfortran customize AbsoftFCompiler Could not locate executable f90 Could not locate executable f77 customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler Could not locate executable fort customize IntelItaniumFCompiler Could not locate executable efort Could not locate executable efc customize IntelEM64TFCompiler customize GnuFCompiler Could not locate executable g77 customize G95FCompiler Could not locate executable g95 customize PathScaleFCompiler Could not locate executable pathf95 don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [-Wbuiltin-declaration-mismatch] int exp (void); ^~~ gcc -pthread _configtest.o -o _configtest _configtest.o: In function `main': /tmp/pip-install-dbp23z5k/numpy/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status _configtest.o: In function `main': /tmp/pip-install-dbp23z5k/numpy/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [-Wbuiltin-declaration-mismatch] int exp (void); ^~~ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest building library "npysort" sources adding 'build/src.linux-x86_64-3.7/numpy/core/src/private' to include_dirs. None - nothing done with h_files = ['build/src.linux-x86_64-3.7/numpy/core/src/private/npy_partition.h', 'build/src.linux-x86_64-3.7/numpy/core/src/private/npy_binsearch.h'] building extension "numpy.core._dummy" sources adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.multiarray" sources adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__multiarray_api.h' to sources. adding 'build/src.linux-x86_64-3.7/numpy/core/src/private' to include_dirs. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.7/numpy/core/src/private/templ_common.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.umath" sources adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__ufunc_api.h' to sources. adding 'build/src.linux-x86_64-3.7/numpy/core/src/umath' to include_dirs. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.7/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-3.7/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-3.7/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.7/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core.umath_tests" sources building extension "numpy.core.test_rational" sources building extension "numpy.core.struct_ufunc_test" sources building extension "numpy.core.multiarray_tests" sources building extension "numpy.core.operand_flag_tests" sources building extension "numpy.fft.fftpack_lite" sources building extension "numpy.linalg.lapack_lite" sources ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/zlapack_lite.c' to sources. adding 'numpy/linalg/lapack_lite/dlapack_lite.c' to sources. adding 'numpy/linalg/lapack_lite/blas_lite.c' to sources. adding 'numpy/linalg/lapack_lite/dlamch.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lite.c' to sources. building extension "numpy.linalg._umath_linalg" sources ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/zlapack_lite.c' to sources. adding 'numpy/linalg/lapack_lite/dlapack_lite.c' to sources. adding 'numpy/linalg/lapack_lite/blas_lite.c' to sources. adding 'numpy/linalg/lapack_lite/dlamch.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lite.c' to sources. building extension "numpy.random.mtrand" sources building data_files sources build_src: building npy-pkg config files running build_py copying numpy/version.py -> build/lib.linux-x86_64-3.7/numpy copying build/src.linux-x86_64-3.7/numpy/__config__.py -> build/lib.linux-x86_64-3.7/numpy copying build/src.linux-x86_64-3.7/numpy/distutils/__config__.py -> build/lib.linux-x86_64-3.7/numpy/distutils running build_clib customize UnixCCompiler customize UnixCCompiler using build_clib running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext building 'numpy.core.multiarray' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -c' gcc: numpy/core/src/multiarray/alloc.c gcc: numpy/core/src/multiarray/arrayobject.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/multiarray/arraytypes.c numpy/core/src/multiarray/arraytypes.c.src: In function ‘VOID_setitem’: numpy/core/src/multiarray/arraytypes.c.src:855:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] res = PyObject_AsReadBuffer(op, &buffer, &buflen); ^~~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/arraytypes.c.src:3: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ gcc: numpy/core/src/multiarray/array_assign.c gcc: numpy/core/src/multiarray/array_assign_scalar.c numpy/core/src/multiarray/array_assign_scalar.c: In function ‘PyArray_AssignRawScalar’: numpy/core/src/multiarray/array_assign_scalar.c:236:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (sizeof(scalarbuffer) >= PyArray_DESCR(dst)->elsize) { ^~ gcc: numpy/core/src/multiarray/array_assign_array.c gcc: numpy/core/src/multiarray/buffer.c gcc: numpy/core/src/multiarray/calculation.c gcc: numpy/core/src/multiarray/compiled_base.c gcc: numpy/core/src/multiarray/common.c numpy/core/src/multiarray/common.c: In function ‘_IsAligned’: numpy/core/src/multiarray/common.c:667:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < PyArray_NDIM(ap); i++) { ^ numpy/core/src/multiarray/common.c: In function ‘_IsWriteable’: numpy/core/src/multiarray/common.c:724:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] if (PyObject_AsWriteBuffer(base, &dummy, &n) < 0) { ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/common.c:2: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:500:17: note: declared here PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~~ gcc: numpy/core/src/multiarray/convert.c gcc: numpy/core/src/multiarray/convert_datatype.c gcc: numpy/core/src/multiarray/conversion_utils.c gcc: numpy/core/src/multiarray/ctors.c numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromInterface’: numpy/core/src/multiarray/ctors.c:2313:9: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] res = PyObject_AsWriteBuffer(base, (void **)&data, &buffer_len); ^~~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/ctors.c:2: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:500:17: note: declared here PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/ctors.c:2316:13: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] res = PyObject_AsReadBuffer( ^~~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/ctors.c:2: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromBuffer’: numpy/core/src/multiarray/ctors.c:3477:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] if (PyObject_AsWriteBuffer(buf, (void *)&data, &ts) == -1) { ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/ctors.c:2: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:500:17: note: declared here PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/ctors.c:3480:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] if (PyObject_AsReadBuffer(buf, (void *)&data, &ts) == -1) { ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/ctors.c:2: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ gcc: numpy/core/src/multiarray/datetime.c numpy/core/src/multiarray/datetime.c: In function ‘parse_datetime_extended_unit_from_string’: numpy/core/src/multiarray/datetime.c:781:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (out_meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c: In function ‘get_datetime_units_factor’: numpy/core/src/multiarray/datetime.c:1076:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (littlebase > unit) { ^ numpy/core/src/multiarray/datetime.c: In function ‘convert_datetime_metadata_tuple_to_datetime_metadata’: numpy/core/src/multiarray/datetime.c:1847:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (out_meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_datetime’: numpy/core/src/multiarray/datetime.c:2395:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2411:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1 || meta->base == NPY_FR_GENERIC) { ^~ numpy/core/src/multiarray/datetime.c:2424:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2463:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2495:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2522:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_timedelta’: numpy/core/src/multiarray/datetime.c:2598:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2609:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2622:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2661:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2730:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c:2784:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (meta->base == -1) { ^~ numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobjects_to_datetimes’: numpy/core/src/multiarray/datetime.c:3118:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (inout_meta->base == -1) { ^~ gcc: numpy/core/src/multiarray/datetime_strings.c numpy/core/src/multiarray/datetime_strings.c: In function ‘parse_iso_8601_datetime’: numpy/core/src/multiarray/datetime_strings.c:310:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unit != -1 && !can_cast_datetime64_units(bestunit, unit, ^~ numpy/core/src/multiarray/datetime_strings.c:350:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unit != -1 && !can_cast_datetime64_units(bestunit, unit, ^~ numpy/core/src/multiarray/datetime_strings.c:733:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unit != -1 && !can_cast_datetime64_units(bestunit, unit, ^~ numpy/core/src/multiarray/datetime_strings.c: In function ‘get_datetime_iso_8601_strlen’: numpy/core/src/multiarray/datetime_strings.c:764:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (base == -1) { ^~ numpy/core/src/multiarray/datetime_strings.c: In function ‘make_iso_8601_datetime’: numpy/core/src/multiarray/datetime_strings.c:930:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (base == -1) { ^~ numpy/core/src/multiarray/datetime_strings.c: In function ‘array_datetime_as_string’: numpy/core/src/multiarray/datetime_strings.c:1415:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unit == -1) { ^~ numpy/core/src/multiarray/datetime_strings.c:1422:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unit != -1 && !can_cast_datetime64_units(meta->base, unit, casting)) { ^~ gcc: numpy/core/src/multiarray/datetime_busday.c gcc: numpy/core/src/multiarray/datetime_busdaycal.c gcc: numpy/core/src/multiarray/descriptor.c gcc: numpy/core/src/multiarray/dtype_transfer.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/multiarray/einsum.c gcc: numpy/core/src/multiarray/flagsobject.c gcc: numpy/core/src/multiarray/getset.c numpy/core/src/multiarray/getset.c: In function ‘array_strides_set’: numpy/core/src/multiarray/getset.c:134:5: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] if (PyArray_BASE(new) && PyObject_AsReadBuffer(PyArray_BASE(new), ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/getset.c:4: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/getset.c: In function ‘array_data_set’: numpy/core/src/multiarray/getset.c:340:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] if (PyObject_AsWriteBuffer(op, &buf, &buf_len) < 0) { ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/getset.c:4: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:500:17: note: declared here PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~~ numpy/core/src/multiarray/getset.c:342:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] if (PyObject_AsReadBuffer(op, (const void **)&buf, &buf_len) < 0) { ^~ In file included from /home/docs/.pyenv/versions/3.7.1/include/python3.7m/Python.h:128:0, from numpy/core/src/multiarray/getset.c:4: /home/docs/.pyenv/versions/3.7.1/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ gcc: numpy/core/src/multiarray/hashdescr.c gcc: numpy/core/src/multiarray/item_selection.c In file included from numpy/core/src/multiarray/item_selection.c:24:0: numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’: numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) { ^ numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (type == _part_map[i].typenum) { ^~ numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’: numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) { ^ numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (type == _part_map[i].typenum) { ^~ In file included from numpy/core/src/multiarray/item_selection.c:25:0: numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’: numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_@arg@binsearch_map[mid_idx].typenum < type) { ^ numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) { ^~ In file included from numpy/core/src/multiarray/item_selection.c:25:0: numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’: numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_@arg@binsearch_map[mid_idx].typenum < type) { ^ numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) { ^~ gcc: numpy/core/src/multiarray/iterators.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/multiarray/lowlevel_strided_loops.c gcc: numpy/core/src/multiarray/mapping.c gcc: numpy/core/src/multiarray/methods.c gcc: numpy/core/src/multiarray/multiarraymodule.c gcc: build/src.linux-x86_64-3.7/numpy/core/src/multiarray/nditer_templ.c gcc: numpy/core/src/multiarray/nditer_api.c gcc: numpy/core/src/multiarray/nditer_constr.c gcc: numpy/core/src/multiarray/nditer_pywrap.c gcc: numpy/core/src/multiarray/number.c gcc: numpy/core/src/multiarray/numpymemoryview.c gcc: numpy/core/src/multiarray/numpyos.c numpy/core/src/multiarray/numpyos.c:18:10: fatal error: xlocale.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. numpy/core/src/multiarray/numpyos.c:18:10: fatal error: xlocale.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. error: Command "gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/docs/.pyenv/versions/3.7.1/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -c numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-3.7/numpy/core/src/multiarray/numpyos.o" failed with exit status 1 ---------------------------------------- Can't roll back numpy; was not uninstalled Command "/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-dbp23z5k/numpy/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-p920cucp/install-record.txt --single-version-externally-managed --compile --install-headers /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/include/site/python3.7/numpy" failed with error code 1 in /tmp/pip-install-dbp23z5k/numpy/
DavidLeoni commented 5 years ago

Solved issue by adding a separate requirements-rtd.txt file just for ReadTheDocs, makes also buils faster (only copies relevant stuff from requirements.txt, will need to keep it in sync with the original one.