sos-notebook: Fail to install SoS on cluster
I was trying to install SoS on the cluster. In the last try, an error message shows up and says that cmake is required.
However, I loaded cmake this time, it still fails:
(sos) ml69@poman:~/software/sos$ pip install sos
Requirement already satisfied: sos in /home/ml69/anaconda3/lib/python3.6/site-packages (0.9.14.0)
Requirement already satisfied: pydot in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (1.2.4)
Requirement already satisfied: fasteners in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (0.14.1)
Requirement already satisfied: psutil in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (5.4.1)
Requirement already satisfied: networkx in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (2.1)
Requirement already satisfied: pydotplus in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (2.0.2)
Requirement already satisfied: nbformat in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (4.4.0)
Requirement already satisfied: pygments in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (2.2.0)
Requirement already satisfied: docker; platform_system != "Windows" in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (3.3.0)
Requirement already satisfied: sos-rq in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (0.9.10.2)
Requirement already satisfied: pyyaml in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (3.12)
Requirement already satisfied: pexpect in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (4.3.0)
Requirement already satisfied: sos-pbs in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (0.9.11.0)
Requirement already satisfied: xxhash; sys_platform != "win32" in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (1.0.1)
Requirement already satisfied: tqdm in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (4.23.3)
Requirement already satisfied: sos-bioinfo in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos) (0.9.10.1)
Requirement already satisfied: pyparsing>=2.1.4 in /home/ml69/anaconda3/lib/python3.6/site-packages (from pydot->sos) (2.2.0)
Requirement already satisfied: six in /home/ml69/anaconda3/lib/python3.6/site-packages (from fasteners->sos) (1.11.0)
Requirement already satisfied: monotonic>=0.1 in /home/ml69/anaconda3/lib/python3.6/site-packages (from fasteners->sos) (1.5)
Requirement already satisfied: decorator>=4.1.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from networkx->sos) (4.1.2)
Requirement already satisfied: websocket-client>=0.32.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from docker; platform_system != "Windows"->sos) (0.47.0)
Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /home/ml69/anaconda3/lib/python3.6/site-packages (from docker; platform_system != "Windows"->sos) (2.18.4)
Requirement already satisfied: docker-pycreds>=0.2.3 in /home/ml69/anaconda3/lib/python3.6/site-packages (from docker; platform_system != "Windows"->sos) (0.2.3)
Requirement already satisfied: rq in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-rq->sos) (0.10.0)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/ml69/anaconda3/lib/python3.6/site-packages (from requests!=2.18.0,>=2.14.2->docker; platform_system != "Windows"->sos) (3.0.4)
Requirement already satisfied: idna<2.7,>=2.5 in /home/ml69/anaconda3/lib/python3.6/site-packages (from requests!=2.18.0,>=2.14.2->docker; platform_system != "Windows"->sos) (2.6)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in /home/ml69/anaconda3/lib/python3.6/site-packages (from requests!=2.18.0,>=2.14.2->docker; platform_system != "Windows"->sos) (1.22)
Requirement already satisfied: certifi>=2017.4.17 in /home/ml69/anaconda3/lib/python3.6/site-packages (from requests!=2.18.0,>=2.14.2->docker; platform_system != "Windows"->sos) (2018.1.18)
Requirement already satisfied: redis>=2.7.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from rq->sos-rq->sos) (2.10.6)
Requirement already satisfied: click>=5.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from rq->sos-rq->sos) (6.7)
sos-sas 0.9.12.2 requires sos-notebook>=0.9.11.6, which is not installed.
jupyter 1.0.0 requires qtconsole, which is not installed.
(sos) ml69@poman:~/software/sos$ pip install sos-notebook
Collecting sos-notebook
Downloading https://files.pythonhosted.org/packages/93/5c/1ed4f68ceeb279e9d4a91961f72f21dbdf0f8a0ef6e8dcfbf8f872b513f6/sos_notebook-0.9.14.5-py3-none-any.whl (84kB)
100% |████████████████████████████████| 92kB 4.2MB/s
Requirement already satisfied: ipykernel in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-notebook) (4.8.0)
Collecting jupyter-contrib-nbextensions (from sos-notebook)
Downloading https://files.pythonhosted.org/packages/d2/f1/57cd4d05d7f070e662844a925d6f6d726ecaf93d8cc2d7b56a66c765fb42/jupyter_contrib_nbextensions-0.5.0-py2.py3-none-any.whl (20.9MB)
100% |████████████████████████████████| 20.9MB 1.8MB/s
Requirement already satisfied: pandas in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-notebook) (0.22.0)
Requirement already satisfied: sos>=0.9.12.10 in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-notebook) (0.9.14.0)
Requirement already satisfied: nbconvert>=5.1.1 in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-notebook) (5.3.1)
Collecting sos-matlab>=0.9.12.1 (from sos-notebook)
Using cached https://files.pythonhosted.org/packages/84/e5/2c4078ef68a672571c53f65d7581b4039c8ad168bf09503d5355d370006b/sos_matlab-0.9.12.1-py3-none-any.whl
Collecting tabulate (from sos-notebook)
Collecting sos-r>=0.9.12.1 (from sos-notebook)
Downloading https://files.pythonhosted.org/packages/90/55/8670eb8a642f3dc823177530c29eea4de968be8ff656da91afbf73988739/sos_r-0.9.12.3-py3-none-any.whl
Requirement already satisfied: ipython in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-notebook) (6.2.1)
Collecting sos-javascript>=0.9.12.2 (from sos-notebook)
Using cached https://files.pythonhosted.org/packages/b4/0e/1cf1bbffdcd8cd7dd349c84d8ccc3ffe64c36e13df1519a7648b03a7b965/sos_javascript-0.9.12.2-py3-none-any.whl
Requirement already satisfied: sos-sas>=0.9.12.2 in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-notebook) (0.9.12.2)
Collecting sos-julia>=0.9.12.1 (from sos-notebook)
Using cached https://files.pythonhosted.org/packages/bf/29/55f07141cb40204aa88ed5c0bfca31528bd9149aee563e7a256a26b65d05/sos_julia-0.9.12.1-py3-none-any.whl
Requirement already satisfied: nbformat in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-notebook) (4.4.0)
Collecting wand (from sos-notebook)
Collecting sos-python>=0.9.12.1 (from sos-notebook)
Using cached https://files.pythonhosted.org/packages/f2/07/2ebed7d01763621500739787afa30427065fb42baa3bf36e5accbff4209e/sos_python-0.9.12.1-py3-none-any.whl
Collecting markdown (from sos-notebook)
Using cached https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl
Collecting sos-bash>=0.9.12.2 (from sos-notebook)
Using cached https://files.pythonhosted.org/packages/bc/58/99fbe11053c38c80a1f255f49e0dcadb3fcf3c7281d0af71b75ac5055f2e/sos_bash-0.9.12.2-py3-none-any.whl
Requirement already satisfied: notebook>=5.0.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-notebook) (5.4.0)
Requirement already satisfied: traitlets>=4.1.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from ipykernel->sos-notebook) (4.3.2)
Requirement already satisfied: jupyter_client in /home/ml69/anaconda3/lib/python3.6/site-packages (from ipykernel->sos-notebook) (5.2.2)
Requirement already satisfied: tornado>=4.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from ipykernel->sos-notebook) (4.5.2)
Requirement already satisfied: lxml in /home/ml69/anaconda3/lib/python3.6/site-packages (from jupyter-contrib-nbextensions->sos-notebook) (4.1.1)
Collecting jupyter-latex-envs>=1.3.8 (from jupyter-contrib-nbextensions->sos-notebook)
Downloading https://files.pythonhosted.org/packages/98/db/ef83fb7a8dd71a1c38d8cc5484bb5226dcd8dd996483d6ad3d944670c57b/jupyter_latex_envs-1.4.4.tar.gz (855kB)
100% |████████████████████████████████| 860kB 5.0MB/s
Requirement already satisfied: pyyaml in /home/ml69/anaconda3/lib/python3.6/site-packages (from jupyter-contrib-nbextensions->sos-notebook) (3.12)
Requirement already satisfied: jupyter-core in /home/ml69/anaconda3/lib/python3.6/site-packages (from jupyter-contrib-nbextensions->sos-notebook) (4.4.0)
Collecting jupyter-nbextensions-configurator>=0.4.0 (from jupyter-contrib-nbextensions->sos-notebook)
Downloading https://files.pythonhosted.org/packages/d1/d8/6bf103e0eafd17caef39c37ff70b8d61bfb21cc8cd91c81ba51755421a34/jupyter_nbextensions_configurator-0.4.0-py2.py3-none-any.whl (466kB)
100% |████████████████████████████████| 471kB 18.5MB/s
Collecting jupyter-highlight-selected-word>=0.1.1 (from jupyter-contrib-nbextensions->sos-notebook)
Downloading https://files.pythonhosted.org/packages/50/d7/19ab7cfd60bf268d2abbacc52d4295a40f52d74dfc0d938e4761ee5e598b/jupyter_highlight_selected_word-0.2.0-py2.py3-none-any.whl
Requirement already satisfied: ipython-genutils in /home/ml69/anaconda3/lib/python3.6/site-packages (from jupyter-contrib-nbextensions->sos-notebook) (0.2.0)
Collecting jupyter-contrib-core>=0.3.3 (from jupyter-contrib-nbextensions->sos-notebook)
Downloading https://files.pythonhosted.org/packages/e6/8f/04a752a8b66a66e7092c035e5d87d2502ac7ec07f9fb6059059b6c0dc272/jupyter_contrib_core-0.3.3-py2.py3-none-any.whl
Requirement already satisfied: python-dateutil>=2 in /home/ml69/anaconda3/lib/python3.6/site-packages (from pandas->sos-notebook) (2.6.1)
Requirement already satisfied: pytz>=2011k in /home/ml69/anaconda3/lib/python3.6/site-packages (from pandas->sos-notebook) (2017.3)
Requirement already satisfied: numpy>=1.9.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from pandas->sos-notebook) (1.13.3)
Requirement already satisfied: pydotplus in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (2.0.2)
Requirement already satisfied: fasteners in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (0.14.1)
Requirement already satisfied: xxhash; sys_platform != "win32" in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (1.0.1)
Requirement already satisfied: networkx in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (2.1)
Requirement already satisfied: psutil in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (5.4.1)
Requirement already satisfied: pygments in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (2.2.0)
Requirement already satisfied: pydot in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (1.2.4)
Requirement already satisfied: sos-bioinfo in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (0.9.10.1)
Requirement already satisfied: docker; platform_system != "Windows" in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (3.3.0)
Requirement already satisfied: tqdm in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (4.23.3)
Requirement already satisfied: pexpect in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (4.3.0)
Requirement already satisfied: sos-rq in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (0.9.10.2)
Requirement already satisfied: sos-pbs in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos>=0.9.12.10->sos-notebook) (0.9.11.0)
Requirement already satisfied: mistune>=0.7.4 in /home/ml69/anaconda3/lib/python3.6/site-packages (from nbconvert>=5.1.1->sos-notebook) (0.8.1)
Requirement already satisfied: jinja2 in /home/ml69/anaconda3/lib/python3.6/site-packages (from nbconvert>=5.1.1->sos-notebook) (2.10)
Requirement already satisfied: entrypoints>=0.2.2 in /home/ml69/anaconda3/lib/python3.6/site-packages (from nbconvert>=5.1.1->sos-notebook) (0.2.3)
Requirement already satisfied: bleach in /home/ml69/anaconda3/lib/python3.6/site-packages (from nbconvert>=5.1.1->sos-notebook) (2.1.2)
Requirement already satisfied: pandocfilters>=1.4.1 in /home/ml69/anaconda3/lib/python3.6/site-packages (from nbconvert>=5.1.1->sos-notebook) (1.4.2)
Requirement already satisfied: testpath in /home/ml69/anaconda3/lib/python3.6/site-packages (from nbconvert>=5.1.1->sos-notebook) (0.3)
Collecting feather-format (from sos-r>=0.9.12.1->sos-notebook)
Requirement already satisfied: setuptools>=18.5 in /home/ml69/anaconda3/lib/python3.6/site-packages (from ipython->sos-notebook) (36.5.0.post20180202)
Requirement already satisfied: jedi>=0.10 in /home/ml69/anaconda3/lib/python3.6/site-packages (from ipython->sos-notebook) (0.11.0)
Requirement already satisfied: decorator in /home/ml69/anaconda3/lib/python3.6/site-packages (from ipython->sos-notebook) (4.1.2)
Requirement already satisfied: pickleshare in /home/ml69/anaconda3/lib/python3.6/site-packages (from ipython->sos-notebook) (0.7.4)
Requirement already satisfied: simplegeneric>0.8 in /home/ml69/anaconda3/lib/python3.6/site-packages (from ipython->sos-notebook) (0.8.1)
Requirement already satisfied: prompt_toolkit<2.0.0,>=1.0.4 in /home/ml69/anaconda3/lib/python3.6/site-packages (from ipython->sos-notebook) (1.0.15)
Requirement already satisfied: saspy in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-sas>=0.9.12.2->sos-notebook) (2.2.4)
Requirement already satisfied: sas-kernel in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-sas>=0.9.12.2->sos-notebook) (2.1.7)
Requirement already satisfied: sas7bdat in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-sas>=0.9.12.2->sos-notebook) (2.0.7)
Collecting bash-kernel (from sos-bash>=0.9.12.2->sos-notebook)
Using cached https://files.pythonhosted.org/packages/93/7a/50edf4a05663429b4ca6e789a10fd3d1b581ec869a036b9d7d9ba1ffc34a/bash_kernel-0.7.1-py2.py3-none-any.whl
Requirement already satisfied: Send2Trash in /home/ml69/anaconda3/lib/python3.6/site-packages (from notebook>=5.0.0->sos-notebook) (1.4.2)
Requirement already satisfied: terminado>=0.8.1 in /home/ml69/anaconda3/lib/python3.6/site-packages (from notebook>=5.0.0->sos-notebook) (0.8.1)
Requirement already satisfied: pyzmq>=13 in /home/ml69/anaconda3/lib/python3.6/site-packages (from jupyter_client->ipykernel->sos-notebook) (16.0.3)
Requirement already satisfied: six>=1.5 in /home/ml69/anaconda3/lib/python3.6/site-packages (from python-dateutil>=2->pandas->sos-notebook) (1.11.0)
Requirement already satisfied: pyparsing>=2.0.1 in /home/ml69/anaconda3/lib/python3.6/site-packages (from pydotplus->sos>=0.9.12.10->sos-notebook) (2.2.0)
Requirement already satisfied: monotonic>=0.1 in /home/ml69/anaconda3/lib/python3.6/site-packages (from fasteners->sos>=0.9.12.10->sos-notebook) (1.5)
Requirement already satisfied: websocket-client>=0.32.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from docker; platform_system != "Windows"->sos>=0.9.12.10->sos-notebook) (0.47.0)
Requirement already satisfied: docker-pycreds>=0.2.3 in /home/ml69/anaconda3/lib/python3.6/site-packages (from docker; platform_system != "Windows"->sos>=0.9.12.10->sos-notebook) (0.2.3)
Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /home/ml69/anaconda3/lib/python3.6/site-packages (from docker; platform_system != "Windows"->sos>=0.9.12.10->sos-notebook) (2.18.4)
Requirement already satisfied: rq in /home/ml69/anaconda3/lib/python3.6/site-packages (from sos-rq->sos>=0.9.12.10->sos-notebook) (0.10.0)
Requirement already satisfied: MarkupSafe>=0.23 in /home/ml69/anaconda3/lib/python3.6/site-packages (from jinja2->nbconvert>=5.1.1->sos-notebook) (1.0)
Requirement already satisfied: html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre in /home/ml69/anaconda3/lib/python3.6/site-packages (from bleach->nbconvert>=5.1.1->sos-notebook) (1.0.1)
Collecting pyarrow>=0.4.0 (from feather-format->sos-r>=0.9.12.1->sos-notebook)
Using cached https://files.pythonhosted.org/packages/be/2d/11751c477e4e7f4bb07ac7584aafabe0d0608c170e4bff67246d695ebdbe/pyarrow-0.9.0.tar.gz
Requirement already satisfied: parso==0.1.* in /home/ml69/anaconda3/lib/python3.6/site-packages (from jedi>=0.10->ipython->sos-notebook) (0.1.1)
Requirement already satisfied: wcwidth in /home/ml69/anaconda3/lib/python3.6/site-packages (from prompt_toolkit<2.0.0,>=1.0.4->ipython->sos-notebook) (0.1.7)
Requirement already satisfied: metakernel>=0.18.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from sas-kernel->sos-sas>=0.9.12.2->sos-notebook) (0.20.14)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/ml69/anaconda3/lib/python3.6/site-packages (from requests!=2.18.0,>=2.14.2->docker; platform_system != "Windows"->sos>=0.9.12.10->sos-notebook) (3.0.4)
Requirement already satisfied: idna<2.7,>=2.5 in /home/ml69/anaconda3/lib/python3.6/site-packages (from requests!=2.18.0,>=2.14.2->docker; platform_system != "Windows"->sos>=0.9.12.10->sos-notebook) (2.6)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in /home/ml69/anaconda3/lib/python3.6/site-packages (from requests!=2.18.0,>=2.14.2->docker; platform_system != "Windows"->sos>=0.9.12.10->sos-notebook) (1.22)
Requirement already satisfied: certifi>=2017.4.17 in /home/ml69/anaconda3/lib/python3.6/site-packages (from requests!=2.18.0,>=2.14.2->docker; platform_system != "Windows"->sos>=0.9.12.10->sos-notebook) (2018.1.18)
Requirement already satisfied: click>=5.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from rq->sos-rq->sos>=0.9.12.10->sos-notebook) (6.7)
Requirement already satisfied: redis>=2.7.0 in /home/ml69/anaconda3/lib/python3.6/site-packages (from rq->sos-rq->sos>=0.9.12.10->sos-notebook) (2.10.6)
Requirement already satisfied: webencodings in /home/ml69/anaconda3/lib/python3.6/site-packages (from html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre->bleach->nbconvert>=5.1.1->sos-notebook) (0.5.1)
Building wheels for collected packages: jupyter-latex-envs, pyarrow
Running setup.py bdist_wheel for jupyter-latex-envs ... done
Stored in directory: /home/ml69/.cache/pip/wheels/65/c1/0f/b90b6d7032c79ee40181fdadb72b2ef9a186f02269d6c52f02
Running setup.py bdist_wheel for pyarrow ... error
Complete output from command /home/ml69/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ufsqo9y2/pyarrow/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-sz52e29_ --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-ppc64le-3.6
creating build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/orc.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/parquet.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/serialization.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/feather.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/compat.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/hdfs.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/types.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/__init__.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/pandas_compat.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/util.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/ipc.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/filesystem.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/formatting.py -> build/lib.linux-ppc64le-3.6/pyarrow
creating build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_convert_pandas.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_parquet.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_misc.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_schema.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_io.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/pandas_examples.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_table.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_convert_builtin.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_serialization.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_ipc.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_tensor.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/conftest.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_types.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_cython.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_plasma.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/__init__.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/deserialize_buffer.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/util.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_deprecations.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_array.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_scalars.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_hdfs.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_feather.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
running egg_info
writing pyarrow.egg-info/PKG-INFO
writing dependency_links to pyarrow.egg-info/dependency_links.txt
writing entry points to pyarrow.egg-info/entry_points.txt
writing requirements to pyarrow.egg-info/requires.txt
writing top-level names to pyarrow.egg-info/top_level.txt
reading manifest file 'pyarrow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '#*' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
writing manifest file 'pyarrow.egg-info/SOURCES.txt'
copying pyarrow/__init__.pxd -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/_config.pyx -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/_orc.pxd -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/_orc.pyx -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/_parquet.pxd -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/_parquet.pyx -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/array.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/error.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/feather.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/io-hdfs.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/io.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/ipc.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/lib.pxd -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/lib.pyx -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/lib_api.h -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow.so.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow.so.0.0.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow_boost_filesystem.so.1.65.1 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow_boost_regex.so.1.65.1 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow_boost_system.so.1.65.1 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow_python.so.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow_python.so.0.0.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libparquet.so.1 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libparquet.so.1.4.1 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libplasma.so.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libplasma.so.0.0.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/memory.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/plasma.pyx -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/plasma_store -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/public-api.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/scalar.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/serialization.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/table.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/types.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
creating build/lib.linux-ppc64le-3.6/pyarrow/include
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/allocator.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/api.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/array.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/buffer.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/builder.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/compare.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/memory_pool.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/pretty_print.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/record_batch.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/status.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/stl.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/table.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/table_builder.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/tensor.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/test-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/type.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/type_fwd.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/type_traits.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/visitor.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/visitor_inline.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/adapters
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/adapters/orc
copying pyarrow/include/arrow/adapters/orc/adapter.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/adapters/orc
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/api.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/context.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/kernel.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/cast.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/hash.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute/kernels
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/api.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/file.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/hdfs.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/interfaces.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/memory.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/api.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/dictionary.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/feather.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/json.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/message.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/reader.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/writer.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/api.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/arrow_to_pandas.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/arrow_to_python.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/builtin_convert.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/common.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/config.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/helpers.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/init.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/io.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/numpy_convert.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/numpy_interop.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/numpy_to_arrow.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/platform.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/pyarrow.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/python_to_arrow.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/type_traits.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bit-stream-utils.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bit-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bpacking.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compiler-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression_brotli.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression_lz4.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression_snappy.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression_zlib.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression_zstd.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/cpu-info.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/decimal.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/hash-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/hash.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/io-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/key_value_metadata.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/logging.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/macros.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/memory.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/optional.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/parallel.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/recursive_wrapper.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/rle-encoding.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/sse-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/stl.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/string.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/type_traits.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/variant.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/variant_cast.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/variant_io.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/variant_visitor.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/visibility.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
copying pyarrow/include/arrow/util/variant/optional.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
copying pyarrow/include/arrow/util/variant/recursive_wrapper.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
copying pyarrow/include/arrow/util/variant/variant_cast.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
copying pyarrow/include/arrow/util/variant/variant_io.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
copying pyarrow/include/arrow/util/variant/variant_visitor.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
creating build/lib.linux-ppc64le-3.6/pyarrow/includes
copying pyarrow/includes/__init__.pxd -> build/lib.linux-ppc64le-3.6/pyarrow/includes
copying pyarrow/includes/common.pxd -> build/lib.linux-ppc64le-3.6/pyarrow/includes
copying pyarrow/includes/libarrow.pxd -> build/lib.linux-ppc64le-3.6/pyarrow/includes
copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.linux-ppc64le-3.6/pyarrow/tests
creating build/lib.linux-ppc64le-3.6/pyarrow/tests/data
copying pyarrow/tests/data/v0.7.1.all-named-index.parquet -> build/lib.linux-ppc64le-3.6/pyarrow/tests/data
copying pyarrow/tests/data/v0.7.1.column-metadata-handling.parquet -> build/lib.linux-ppc64le-3.6/pyarrow/tests/data
copying pyarrow/tests/data/v0.7.1.parquet -> build/lib.linux-ppc64le-3.6/pyarrow/tests/data
copying pyarrow/tests/data/v0.7.1.some-named-index.parquet -> build/lib.linux-ppc64le-3.6/pyarrow/tests/data
running build_ext
creating build/temp.linux-ppc64le-3.6
-- Runnning cmake for pyarrow
cmake -DPYTHON_EXECUTABLE=/home/ml69/anaconda3/bin/python -DPYARROW_BOOST_USE_SHARED=on -DPYARROW_BUNDLE_BOOST=OFF -DCMAKE_BUILD_TYPE=debug /tmp/pip-install-ufsqo9y2/pyarrow
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
INFOCompiler command: /usr/bin/c++
INFOCompiler version: Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/ppc64le-redhat-linux/4.8.5/lto-wrapper
Target: ppc64le-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-ppc64le-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-ppc64le-redhat-linux/cloog-install --enable-gnu-indirect-function --enable-secureplt --with-long-double-128 --enable-targets=powerpcle-linux --disable-multilib --with-cpu-64=power8 --with-tune-64=power8 --build=ppc64le-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC)
INFOCompiler id: GNU
Selected compiler gcc 4.8.5
-- Performing Test CXX_SUPPORTS_SSE3
-- Performing Test CXX_SUPPORTS_SSE3 - Failed
-- Performing Test CXX_SUPPORTS_ALTIVEC
-- Performing Test CXX_SUPPORTS_ALTIVEC - Success
Configured for DEBUG build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
-- Build Type: DEBUG
-- Build output directory: /tmp/pip-install-ufsqo9y2/pyarrow/build/temp.linux-ppc64le-3.6/debug/
-- Found PythonInterp: /home/ml69/anaconda3/bin/python (found version "3.6.4")
-- Searching for Python libs in /home/ml69/anaconda3/lib64;/home/ml69/anaconda3/lib;/home/ml69/anaconda3/lib/python3.6/config-3.6m-powerpc64le-linux-gnu
-- Looking for python3.6m
-- Found Python lib /home/ml69/anaconda3/lib/libpython3.6m.so
-- Found PythonLibs: /home/ml69/anaconda3/lib/libpython3.6m.so
-- Found NumPy: version "1.13.3" /home/ml69/anaconda3/lib/python3.6/site-packages/numpy/core/include
-- Searching for Python libs in /home/ml69/anaconda3/lib64;/home/ml69/anaconda3/lib;/home/ml69/anaconda3/lib/python3.6/config-3.6m-powerpc64le-linux-gnu
-- Looking for python3.6m
-- Found Python lib /home/ml69/anaconda3/lib/libpython3.6m.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
-- Checking for module 'arrow'
-- No package 'arrow' found
CMake Error at cmake_modules/FindArrow.cmake:130 (message):
Could not find the Arrow library. Looked for headers in , and for libs in
Call Stack (most recent call first):
CMakeLists.txt:197 (find_package)
-- Configuring incomplete, errors occurred!
See also "/tmp/pip-install-ufsqo9y2/pyarrow/build/temp.linux-ppc64le-3.6/CMakeFiles/CMakeOutput.log".
See also "/tmp/pip-install-ufsqo9y2/pyarrow/build/temp.linux-ppc64le-3.6/CMakeFiles/CMakeError.log".
error: command 'cmake' failed with exit status 1
----------------------------------------
Failed building wheel for pyarrow
Running setup.py clean for pyarrow
Successfully built jupyter-latex-envs
Failed to build pyarrow
jupyter 1.0.0 requires qtconsole, which is not installed.
Installing collected packages: jupyter-latex-envs, jupyter-contrib-core, jupyter-nbextensions-configurator, jupyter-highlight-selected-word, jupyter-contrib-nbextensions, sos-matlab, tabulate, pyarrow, feather-format, sos-r, sos-javascript, sos-julia, wand, sos-python, markdown, bash-kernel, sos-bash, sos-notebook
Running setup.py install for pyarrow ... error
Complete output from command /home/ml69/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ufsqo9y2/pyarrow/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-_20m9xvc/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.linux-ppc64le-3.6
creating build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/orc.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/parquet.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/serialization.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/feather.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/compat.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/hdfs.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/types.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/__init__.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/pandas_compat.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/util.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/ipc.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/filesystem.py -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/formatting.py -> build/lib.linux-ppc64le-3.6/pyarrow
creating build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_convert_pandas.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_parquet.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_misc.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_schema.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_io.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/pandas_examples.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_table.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_convert_builtin.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_serialization.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_ipc.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_tensor.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/conftest.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_types.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_cython.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_plasma.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/__init__.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/deserialize_buffer.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/util.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_deprecations.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_array.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_scalars.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_hdfs.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
copying pyarrow/tests/test_feather.py -> build/lib.linux-ppc64le-3.6/pyarrow/tests
running egg_info
writing pyarrow.egg-info/PKG-INFO
writing dependency_links to pyarrow.egg-info/dependency_links.txt
writing entry points to pyarrow.egg-info/entry_points.txt
writing requirements to pyarrow.egg-info/requires.txt
writing top-level names to pyarrow.egg-info/top_level.txt
reading manifest file 'pyarrow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '#*' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
writing manifest file 'pyarrow.egg-info/SOURCES.txt'
copying pyarrow/__init__.pxd -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/_config.pyx -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/_orc.pxd -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/_orc.pyx -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/_parquet.pxd -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/_parquet.pyx -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/array.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/error.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/feather.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/io-hdfs.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/io.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/ipc.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/lib.pxd -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/lib.pyx -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/lib_api.h -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow.so.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow.so.0.0.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow_boost_filesystem.so.1.65.1 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow_boost_regex.so.1.65.1 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow_boost_system.so.1.65.1 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow_python.so.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libarrow_python.so.0.0.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libparquet.so.1 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libparquet.so.1.4.1 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libplasma.so.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/libplasma.so.0.0.0 -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/memory.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/plasma.pyx -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/plasma_store -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/public-api.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/scalar.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/serialization.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/table.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
copying pyarrow/types.pxi -> build/lib.linux-ppc64le-3.6/pyarrow
creating build/lib.linux-ppc64le-3.6/pyarrow/include
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/allocator.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/api.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/array.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/buffer.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/builder.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/compare.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/memory_pool.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/pretty_print.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/record_batch.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/status.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/stl.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/table.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/table_builder.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/tensor.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/test-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/type.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/type_fwd.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/type_traits.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/visitor.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
copying pyarrow/include/arrow/visitor_inline.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/adapters
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/adapters/orc
copying pyarrow/include/arrow/adapters/orc/adapter.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/adapters/orc
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/api.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/context.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/kernel.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/cast.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/hash.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/compute/kernels
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/api.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/file.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/hdfs.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/interfaces.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/memory.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/io
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/api.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/dictionary.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/feather.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/json.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/message.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/reader.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/writer.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/ipc
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/api.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/arrow_to_pandas.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/arrow_to_python.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/builtin_convert.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/common.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/config.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/helpers.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/init.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/io.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/numpy_convert.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/numpy_interop.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/numpy_to_arrow.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/platform.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/pyarrow.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/python_to_arrow.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/type_traits.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/python
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bit-stream-utils.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bit-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bpacking.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compiler-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression_brotli.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression_lz4.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression_snappy.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression_zlib.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression_zstd.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/cpu-info.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/decimal.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/hash-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/hash.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/io-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/key_value_metadata.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/logging.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/macros.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/memory.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/optional.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/parallel.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/recursive_wrapper.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/rle-encoding.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/sse-util.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/stl.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/string.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/type_traits.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/variant.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/variant_cast.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/variant_io.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/variant_visitor.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/visibility.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util
creating build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
copying pyarrow/include/arrow/util/variant/optional.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
copying pyarrow/include/arrow/util/variant/recursive_wrapper.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
copying pyarrow/include/arrow/util/variant/variant_cast.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
copying pyarrow/include/arrow/util/variant/variant_io.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
copying pyarrow/include/arrow/util/variant/variant_visitor.h -> build/lib.linux-ppc64le-3.6/pyarrow/include/arrow/util/variant
creating build/lib.linux-ppc64le-3.6/pyarrow/includes
copying pyarrow/includes/__init__.pxd -> build/lib.linux-ppc64le-3.6/pyarrow/includes
copying pyarrow/includes/common.pxd -> build/lib.linux-ppc64le-3.6/pyarrow/includes
copying pyarrow/includes/libarrow.pxd -> build/lib.linux-ppc64le-3.6/pyarrow/includes
copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.linux-ppc64le-3.6/pyarrow/tests
creating build/lib.linux-ppc64le-3.6/pyarrow/tests/data
copying pyarrow/tests/data/v0.7.1.all-named-index.parquet -> build/lib.linux-ppc64le-3.6/pyarrow/tests/data
copying pyarrow/tests/data/v0.7.1.column-metadata-handling.parquet -> build/lib.linux-ppc64le-3.6/pyarrow/tests/data
copying pyarrow/tests/data/v0.7.1.parquet -> build/lib.linux-ppc64le-3.6/pyarrow/tests/data
copying pyarrow/tests/data/v0.7.1.some-named-index.parquet -> build/lib.linux-ppc64le-3.6/pyarrow/tests/data
running build_ext
creating build/temp.linux-ppc64le-3.6
-- Runnning cmake for pyarrow
cmake -DPYTHON_EXECUTABLE=/home/ml69/anaconda3/bin/python -DPYARROW_BOOST_USE_SHARED=on -DPYARROW_BUNDLE_BOOST=OFF -DCMAKE_BUILD_TYPE=debug /tmp/pip-install-ufsqo9y2/pyarrow
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
INFOCompiler command: /usr/bin/c++
INFOCompiler version: Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/ppc64le-redhat-linux/4.8.5/lto-wrapper
Target: ppc64le-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-ppc64le-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-ppc64le-redhat-linux/cloog-install --enable-gnu-indirect-function --enable-secureplt --with-long-double-128 --enable-targets=powerpcle-linux --disable-multilib --with-cpu-64=power8 --with-tune-64=power8 --build=ppc64le-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC)
INFOCompiler id: GNU
Selected compiler gcc 4.8.5
-- Performing Test CXX_SUPPORTS_SSE3
-- Performing Test CXX_SUPPORTS_SSE3 - Failed
-- Performing Test CXX_SUPPORTS_ALTIVEC
-- Performing Test CXX_SUPPORTS_ALTIVEC - Success
Configured for DEBUG build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
-- Build Type: DEBUG
-- Build output directory: /tmp/pip-install-ufsqo9y2/pyarrow/build/temp.linux-ppc64le-3.6/debug/
-- Found PythonInterp: /home/ml69/anaconda3/bin/python (found version "3.6.4")
-- Searching for Python libs in /home/ml69/anaconda3/lib64;/home/ml69/anaconda3/lib;/home/ml69/anaconda3/lib/python3.6/config-3.6m-powerpc64le-linux-gnu
-- Looking for python3.6m
-- Found Python lib /home/ml69/anaconda3/lib/libpython3.6m.so
-- Found PythonLibs: /home/ml69/anaconda3/lib/libpython3.6m.so
-- Found NumPy: version "1.13.3" /home/ml69/anaconda3/lib/python3.6/site-packages/numpy/core/include
-- Searching for Python libs in /home/ml69/anaconda3/lib64;/home/ml69/anaconda3/lib;/home/ml69/anaconda3/lib/python3.6/config-3.6m-powerpc64le-linux-gnu
-- Looking for python3.6m
-- Found Python lib /home/ml69/anaconda3/lib/libpython3.6m.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
-- Checking for module 'arrow'
-- No package 'arrow' found
CMake Error at cmake_modules/FindArrow.cmake:130 (message):
Could not find the Arrow library. Looked for headers in , and for libs in
Call Stack (most recent call first):
CMakeLists.txt:197 (find_package)
-- Configuring incomplete, errors occurred!
See also "/tmp/pip-install-ufsqo9y2/pyarrow/build/temp.linux-ppc64le-3.6/CMakeFiles/CMakeOutput.log".
See also "/tmp/pip-install-ufsqo9y2/pyarrow/build/temp.linux-ppc64le-3.6/CMakeFiles/CMakeError.log".
error: command 'cmake' failed with exit status 1
----------------------------------------
Command "/home/ml69/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ufsqo9y2/pyarrow/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-_20m9xvc/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-ufsqo9y2/pyarrow/
(sos) ml69@poman:~/software/sos$ cmake
Usage
cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>
Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Run 'cmake --help' for more information.
(sos) ml69@poman:~/software/sos$ module list
Currently Loaded Modules:
1) GCC/4.8.5 2) StdEnv 3) Anaconda3/5.0.0 4) GCCcore/6.4.0 5) CMake/3.8.2
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 40 (40 by maintainers)
Successfully installed
sos-notebookon the cluster with the ppc CPU afterarrow/0.7.1is installed from source!!! 😆That is why you have to compile from source. Download the source code and follow instructions … The problem is that you have to add
--prefixto install arrow locally and addLD_LIBRARY_PATHenvironment variable to make it available to others.