[
https://issues.apache.org/jira/browse/ARROW-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16353062#comment-16353062
]
Antoine Pitrou commented on ARROW-2093:
---------------------------------------
Also note the builds we're fetching don't seem to work (or not always?):
{code}
SKIP [1]
/home/travis/build/apache/arrow/pyarrow-test-2.7/lib/python2.7/site-packages/pyarrow/tests/test_serialization.py:353:
could not import 'torch'
{code}
Tried to reproduce locally:
{code}
$ python -c "import torch"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/home/antoine/miniconda3/envs/ttt/lib/python3.6/site-packages/torch/__init__.py",
line 53, in <module>
from torch._C import *
ImportError:
/home/antoine/miniconda3/envs/ttt/lib/python3.6/site-packages/torch/lib/libTHC.so.1:
undefined symbol: THLongStorage_inferSizeN
{code}
> [Python] Possibly do not test pytorch serialization in Travis CI
> ----------------------------------------------------------------
>
> Key: ARROW-2093
> URL: https://issues.apache.org/jira/browse/ARROW-2093
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Wes McKinney
> Priority: Major
> Fix For: 0.9.0
>
>
> I am not sure it is worth downloading ~400MB in binaries
> {code}
> The following packages will be downloaded:
> package | build
> ---------------------------|-----------------
> libgcc-5.2.0 | 0 1.1 MB defaults
> pillow-5.0.0 | py27_0 958 KB conda-forge
> libtiff-4.0.9 | 0 511 KB conda-forge
> libtorch-0.1.12 | nomkl_0 1.7 MB defaults
> olefile-0.44 | py27_0 50 KB conda-forge
> torchvision-0.1.9 | py27hdb88a65_1 86 KB soumith
> openblas-0.2.19 | 2 14.1 MB conda-forge
> numpy-1.13.1 |py27_blas_openblas_200 8.4 MB
> conda-forge
> pytorch-0.2.0 |py27ha262b23_4cu75 312.2 MB soumith
> mkl-2017.0.3 | 0 129.5 MB defaults
> ------------------------------------------------------------
> Total: 468.6 MB
> {code}
> Follow up from ARROW-2071 https://github.com/apache/arrow/pull/1561
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)