jiapei100

conda lie_learn fail to install

Apr 28th, 2018
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 22.04 KB | None | 0 0
  1. $ pip install git+https://github.com/AMLab-Amsterdam/lie_learn
  2. Collecting git+https://github.com/AMLab-Amsterdam/lie_learn
  3.   Cloning https://github.com/AMLab-Amsterdam/lie_learn to /tmp/pip-req-build-7v6kahag
  4. Requirement already satisfied (use --upgrade to upgrade): lie-learn==0.0.0 from git+https://github.com/AMLab-Amsterdam/lie_learn in /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages
  5. Building wheels for collected packages: lie-learn
  6.   Running setup.py bdist_wheel for lie-learn ... error
  7.   Complete output from command /home/longer/anaconda3/envs/jpenv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-req-build-7v6kahag/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-v34g_mh0 --python-tag cp36:
  8.   running bdist_wheel
  9.   running build
  10.   running build_py
  11.   creating build
  12.   creating build/lib.linux-x86_64-3.6
  13.   creating build/lib.linux-x86_64-3.6/lie_learn
  14.   copying lie_learn/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn
  15.   copying lie_learn/broadcasting.py -> build/lib.linux-x86_64-3.6/lie_learn
  16.   creating build/lib.linux-x86_64-3.6/lie_learn/groups
  17.   copying lie_learn/groups/SO2.py -> build/lib.linux-x86_64-3.6/lie_learn/groups
  18.   copying lie_learn/groups/SO3_tests.py -> build/lib.linux-x86_64-3.6/lie_learn/groups
  19.   copying lie_learn/groups/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/groups
  20.   copying lie_learn/groups/SE2.py -> build/lib.linux-x86_64-3.6/lie_learn/groups
  21.   creating build/lib.linux-x86_64-3.6/lie_learn/spaces
  22.   copying lie_learn/spaces/S2.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces
  23.   copying lie_learn/spaces/rn.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces
  24.   copying lie_learn/spaces/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces
  25.   copying lie_learn/spaces/S3.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces
  26.   copying lie_learn/spaces/Tn.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces
  27.   creating build/lib.linux-x86_64-3.6/lie_learn/representations
  28.   copying lie_learn/representations/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/representations
  29.   creating build/lib.linux-x86_64-3.6/lie_learn/probability
  30.   copying lie_learn/probability/S1HarmonicDensity.py -> build/lib.linux-x86_64-3.6/lie_learn/probability
  31.   copying lie_learn/probability/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/probability
  32.   copying lie_learn/probability/HarmonicDensity.py -> build/lib.linux-x86_64-3.6/lie_learn/probability
  33.   copying lie_learn/probability/SO3HarmonicDensity.py -> build/lib.linux-x86_64-3.6/lie_learn/probability
  34.   copying lie_learn/probability/S2HarmonicDensity.py -> build/lib.linux-x86_64-3.6/lie_learn/probability
  35.   creating build/lib.linux-x86_64-3.6/lie_learn/spectral
  36.   copying lie_learn/spectral/S2FFT_NFFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  37.   copying lie_learn/spectral/FFTBase.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  38.   copying lie_learn/spectral/T2FFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  39.   copying lie_learn/spectral/S2_conv.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  40.   copying lie_learn/spectral/fourier_interpolation.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  41.   copying lie_learn/spectral/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  42.   copying lie_learn/spectral/SE2FFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  43.   copying lie_learn/spectral/T1FFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  44.   copying lie_learn/spectral/SO3FFT_Naive.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  45.   copying lie_learn/spectral/SO3_conv.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  46.   copying lie_learn/spectral/PolarFFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  47.   copying lie_learn/spectral/S2FFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
  48.   creating build/lib.linux-x86_64-3.6/lie_learn/spaces/tests
  49.   copying lie_learn/spaces/tests/test_S3_quadrature.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces/tests
  50.   copying lie_learn/spaces/tests/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces/tests
  51.   copying lie_learn/spaces/tests/test_spherical_quadrature.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces/tests
  52.   creating build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
  53.   copying lie_learn/representations/SO3/wigner_d.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
  54.   copying lie_learn/representations/SO3/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
  55.   copying lie_learn/representations/SO3/test_wigner_d.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
  56.   copying lie_learn/representations/SO3/test_SO3_irrep_bases.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
  57.   copying lie_learn/representations/SO3/test_spherical_harmonics.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
  58.   copying lie_learn/representations/SO3/indexing.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
  59.   copying lie_learn/representations/SO3/spherical_harmonics.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
  60.   copying lie_learn/representations/SO3/clebsch_gordan_numerical.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
  61.   creating build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan
  62.   copying lie_learn/representations/SO3/pinchon_hoggan/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan
  63.   copying lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan_dense.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan
  64.   copying lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan_parsing.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan
  65.   creating build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
  66.   copying lie_learn/spectral/tests/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
  67.   copying lie_learn/spectral/tests/test_S2FFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
  68.   copying lie_learn/spectral/tests/test_conv_S2_SO3.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
  69.   copying lie_learn/spectral/tests/test_S2FFT_NFFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
  70.   copying lie_learn/spectral/tests/test_S2_conv.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
  71.   copying lie_learn/spectral/tests/test_SO3_FFT_Naive.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
  72.   running build_ext
  73.   building 'lie_learn.groups.SO3' extension
  74.   creating build/temp.linux-x86_64-3.6
  75.   creating build/temp.linux-x86_64-3.6/lie_learn
  76.   creating build/temp.linux-x86_64-3.6/lie_learn/groups
  77.   gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include -I/home/longer/anaconda3/envs/jpenv/include/python3.6m -c lie_learn/groups/SO3.c -o build/temp.linux-x86_64-3.6/lie_learn/groups/SO3.o
  78.   In file included from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1811:0,
  79.                    from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  80.                    from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  81.                    from lie_learn/groups/SO3.c:579:
  82.   /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  83.    #warning "Using deprecated NumPy API, disable it by " \
  84.     ^
  85.   gcc -pthread -shared -L/home/longer/anaconda3/envs/jpenv/lib -Wl,-rpath=/home/longer/anaconda3/envs/jpenv/lib,--no-as-needed build/temp.linux-x86_64-3.6/lie_learn/groups/SO3.o -L/home/longer/anaconda3/envs/jpenv/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/lie_learn/groups/SO3.cpython-36m-x86_64-linux-gnu.so
  86.   building 'lie_learn.representations.SO3.irrep_bases' extension
  87.   creating build/temp.linux-x86_64-3.6/lie_learn/representations
  88.   creating build/temp.linux-x86_64-3.6/lie_learn/representations/SO3
  89.   gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include -I/home/longer/anaconda3/envs/jpenv/include/python3.6m -c lie_learn/representations/SO3/irrep_bases.c -o build/temp.linux-x86_64-3.6/lie_learn/representations/SO3/irrep_bases.o
  90.   In file included from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1811:0,
  91.                    from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  92.                    from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  93.                    from lie_learn/representations/SO3/irrep_bases.c:579:
  94.   /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  95.    #warning "Using deprecated NumPy API, disable it by " \
  96.     ^
  97.   gcc -pthread -shared -L/home/longer/anaconda3/envs/jpenv/lib -Wl,-rpath=/home/longer/anaconda3/envs/jpenv/lib,--no-as-needed build/temp.linux-x86_64-3.6/lie_learn/representations/SO3/irrep_bases.o -L/home/longer/anaconda3/envs/jpenv/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/irrep_bases.cpython-36m-x86_64-linux-gnu.so
  98.   building 'lie_learn.representations.SO3.pinchon_hoggan.pinchon_hoggan' extension
  99.   creating build/temp.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan
  100.   gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include -I/home/longer/anaconda3/envs/jpenv/include/python3.6m -c lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan.c -o build/temp.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan.o
  101.   In file included from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1811:0,
  102.                    from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  103.                    from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  104.                    from lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan.c:579:
  105.   /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  106.    #warning "Using deprecated NumPy API, disable it by " \
  107.     ^
  108.   gcc -pthread -shared -L/home/longer/anaconda3/envs/jpenv/lib -Wl,-rpath=/home/longer/anaconda3/envs/jpenv/lib,--no-as-needed build/temp.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan.o -L/home/longer/anaconda3/envs/jpenv/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan.cpython-36m-x86_64-linux-gnu.so
  109.   building 'lie_learn.spaces.spherical_quadrature' extension
  110.   creating build/temp.linux-x86_64-3.6/lie_learn/spaces
  111.   gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include -I/home/longer/anaconda3/envs/jpenv/include/python3.6m -c lie_learn/spaces/spherical_quadrature.c -o build/temp.linux-x86_64-3.6/lie_learn/spaces/spherical_quadrature.o
  112.   In file included from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1811:0,
  113.                    from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  114.                    from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  115.                    from lie_learn/spaces/spherical_quadrature.c:579:
  116.   /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  117.    #warning "Using deprecated NumPy API, disable it by " \
  118.     ^
  119.   gcc -pthread -shared -L/home/longer/anaconda3/envs/jpenv/lib -Wl,-rpath=/home/longer/anaconda3/envs/jpenv/lib,--no-as-needed build/temp.linux-x86_64-3.6/lie_learn/spaces/spherical_quadrature.o -L/home/longer/anaconda3/envs/jpenv/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/lie_learn/spaces/spherical_quadrature.cpython-36m-x86_64-linux-gnu.so
  120.   installing to build/bdist.linux-x86_64/wheel
  121.   running install
  122.   running install_lib
  123.   creating build/bdist.linux-x86_64
  124.   creating build/bdist.linux-x86_64/wheel
  125.   creating build/bdist.linux-x86_64/wheel/lie_learn
  126.   creating build/bdist.linux-x86_64/wheel/lie_learn/groups
  127.   copying build/lib.linux-x86_64-3.6/lie_learn/groups/SO2.py -> build/bdist.linux-x86_64/wheel/lie_learn/groups
  128.   copying build/lib.linux-x86_64-3.6/lie_learn/groups/SO3_tests.py -> build/bdist.linux-x86_64/wheel/lie_learn/groups
  129.   copying build/lib.linux-x86_64-3.6/lie_learn/groups/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/groups
  130.   copying build/lib.linux-x86_64-3.6/lie_learn/groups/SO3.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/lie_learn/groups
  131.   copying build/lib.linux-x86_64-3.6/lie_learn/groups/SE2.py -> build/bdist.linux-x86_64/wheel/lie_learn/groups
  132.   copying build/lib.linux-x86_64-3.6/lie_learn/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn
  133.   copying build/lib.linux-x86_64-3.6/lie_learn/broadcasting.py -> build/bdist.linux-x86_64/wheel/lie_learn
  134.   creating build/bdist.linux-x86_64/wheel/lie_learn/spaces
  135.   copying build/lib.linux-x86_64-3.6/lie_learn/spaces/S2.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
  136.   copying build/lib.linux-x86_64-3.6/lie_learn/spaces/rn.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
  137.   copying build/lib.linux-x86_64-3.6/lie_learn/spaces/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
  138.   copying build/lib.linux-x86_64-3.6/lie_learn/spaces/S3.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
  139.   creating build/bdist.linux-x86_64/wheel/lie_learn/spaces/tests
  140.   copying build/lib.linux-x86_64-3.6/lie_learn/spaces/tests/test_S3_quadrature.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces/tests
  141.   copying build/lib.linux-x86_64-3.6/lie_learn/spaces/tests/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces/tests
  142.   copying build/lib.linux-x86_64-3.6/lie_learn/spaces/tests/test_spherical_quadrature.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces/tests
  143.   copying build/lib.linux-x86_64-3.6/lie_learn/spaces/spherical_quadrature.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
  144.   copying build/lib.linux-x86_64-3.6/lie_learn/spaces/Tn.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
  145.   creating build/bdist.linux-x86_64/wheel/lie_learn/representations
  146.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations
  147.   creating build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
  148.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/wigner_d.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
  149.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
  150.   creating build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3/pinchon_hoggan
  151.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3/pinchon_hoggan
  152.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3/pinchon_hoggan
  153.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan_dense.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3/pinchon_hoggan
  154.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan_parsing.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3/pinchon_hoggan
  155.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/irrep_bases.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
  156.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/test_wigner_d.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
  157.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/test_SO3_irrep_bases.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
  158.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/test_spherical_harmonics.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
  159.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/indexing.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
  160.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/spherical_harmonics.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
  161.   copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/clebsch_gordan_numerical.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
  162.   creating build/bdist.linux-x86_64/wheel/lie_learn/probability
  163.   copying build/lib.linux-x86_64-3.6/lie_learn/probability/S1HarmonicDensity.py -> build/bdist.linux-x86_64/wheel/lie_learn/probability
  164.   copying build/lib.linux-x86_64-3.6/lie_learn/probability/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/probability
  165.   copying build/lib.linux-x86_64-3.6/lie_learn/probability/HarmonicDensity.py -> build/bdist.linux-x86_64/wheel/lie_learn/probability
  166.   copying build/lib.linux-x86_64-3.6/lie_learn/probability/SO3HarmonicDensity.py -> build/bdist.linux-x86_64/wheel/lie_learn/probability
  167.   copying build/lib.linux-x86_64-3.6/lie_learn/probability/S2HarmonicDensity.py -> build/bdist.linux-x86_64/wheel/lie_learn/probability
  168.   creating build/bdist.linux-x86_64/wheel/lie_learn/spectral
  169.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/S2FFT_NFFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  170.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/FFTBase.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  171.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/T2FFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  172.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/S2_conv.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  173.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/fourier_interpolation.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  174.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  175.   creating build/bdist.linux-x86_64/wheel/lie_learn/spectral/tests
  176.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/tests/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral/tests
  177.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/tests/test_S2FFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral/tests
  178.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/tests/test_conv_S2_SO3.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral/tests
  179.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/tests/test_S2FFT_NFFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral/tests
  180.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/tests/test_S2_conv.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral/tests
  181.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/tests/test_SO3_FFT_Naive.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral/tests
  182.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/SE2FFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  183.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/T1FFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  184.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/SO3FFT_Naive.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  185.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/SO3_conv.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  186.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/PolarFFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  187.   copying build/lib.linux-x86_64-3.6/lie_learn/spectral/S2FFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
  188.   running install_egg_info
  189.   running egg_info
  190.   creating lie_learn.egg-info
  191.   writing lie_learn.egg-info/PKG-INFO
  192.   writing dependency_links to lie_learn.egg-info/dependency_links.txt
  193.   writing top-level names to lie_learn.egg-info/top_level.txt
  194.   writing manifest file 'lie_learn.egg-info/SOURCES.txt'
  195.   reading manifest file 'lie_learn.egg-info/SOURCES.txt'
  196.   writing manifest file 'lie_learn.egg-info/SOURCES.txt'
  197.   Copying lie_learn.egg-info to build/bdist.linux-x86_64/wheel/lie_learn-0.0.0-py3.6.egg-info
  198.   running install_scripts
  199.   Start to download file ID 0B5e7DAOiLEZwSkdfXzBYT29Nc3c from google drive into build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3/pinchon_hoggan/J_dense_0-278.npy
  200.   Error during the download
  201.   error: HTTPSConnectionPool(host='docs.google.com', port=443): Max retries exceeded with url: /uc?export=download&id=0B5e7DAOiLEZwSkdfXzBYT29Nc3c (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f825ac03668>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
  202.  
  203.   ----------------------------------------
  204.   Failed building wheel for lie-learn
  205.   Running setup.py clean for lie-learn
  206. Failed to build lie-learn
  207. (jpenv) longer@longer:~/Downloads/deeplearning/s2cnn
Add Comment
Please, Sign In to add comment