Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ pip install git+https://github.com/AMLab-Amsterdam/lie_learn
- Collecting git+https://github.com/AMLab-Amsterdam/lie_learn
- Cloning https://github.com/AMLab-Amsterdam/lie_learn to /tmp/pip-req-build-7v6kahag
- 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
- Building wheels for collected packages: lie-learn
- Running setup.py bdist_wheel for lie-learn ... error
- 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:
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.6
- creating build/lib.linux-x86_64-3.6/lie_learn
- copying lie_learn/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn
- copying lie_learn/broadcasting.py -> build/lib.linux-x86_64-3.6/lie_learn
- creating build/lib.linux-x86_64-3.6/lie_learn/groups
- copying lie_learn/groups/SO2.py -> build/lib.linux-x86_64-3.6/lie_learn/groups
- copying lie_learn/groups/SO3_tests.py -> build/lib.linux-x86_64-3.6/lie_learn/groups
- copying lie_learn/groups/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/groups
- copying lie_learn/groups/SE2.py -> build/lib.linux-x86_64-3.6/lie_learn/groups
- creating build/lib.linux-x86_64-3.6/lie_learn/spaces
- copying lie_learn/spaces/S2.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces
- copying lie_learn/spaces/rn.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces
- copying lie_learn/spaces/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces
- copying lie_learn/spaces/S3.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces
- copying lie_learn/spaces/Tn.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces
- creating build/lib.linux-x86_64-3.6/lie_learn/representations
- copying lie_learn/representations/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/representations
- creating build/lib.linux-x86_64-3.6/lie_learn/probability
- copying lie_learn/probability/S1HarmonicDensity.py -> build/lib.linux-x86_64-3.6/lie_learn/probability
- copying lie_learn/probability/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/probability
- copying lie_learn/probability/HarmonicDensity.py -> build/lib.linux-x86_64-3.6/lie_learn/probability
- copying lie_learn/probability/SO3HarmonicDensity.py -> build/lib.linux-x86_64-3.6/lie_learn/probability
- copying lie_learn/probability/S2HarmonicDensity.py -> build/lib.linux-x86_64-3.6/lie_learn/probability
- creating build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/S2FFT_NFFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/FFTBase.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/T2FFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/S2_conv.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/fourier_interpolation.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/SE2FFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/T1FFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/SO3FFT_Naive.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/SO3_conv.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/PolarFFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- copying lie_learn/spectral/S2FFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral
- creating build/lib.linux-x86_64-3.6/lie_learn/spaces/tests
- copying lie_learn/spaces/tests/test_S3_quadrature.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces/tests
- copying lie_learn/spaces/tests/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces/tests
- copying lie_learn/spaces/tests/test_spherical_quadrature.py -> build/lib.linux-x86_64-3.6/lie_learn/spaces/tests
- creating build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
- copying lie_learn/representations/SO3/wigner_d.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
- copying lie_learn/representations/SO3/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
- copying lie_learn/representations/SO3/test_wigner_d.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
- copying lie_learn/representations/SO3/test_SO3_irrep_bases.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
- copying lie_learn/representations/SO3/test_spherical_harmonics.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
- copying lie_learn/representations/SO3/indexing.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
- copying lie_learn/representations/SO3/spherical_harmonics.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
- copying lie_learn/representations/SO3/clebsch_gordan_numerical.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3
- creating build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan
- copying lie_learn/representations/SO3/pinchon_hoggan/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan
- copying lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan_dense.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan
- copying lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan_parsing.py -> build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan
- creating build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
- copying lie_learn/spectral/tests/__init__.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
- copying lie_learn/spectral/tests/test_S2FFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
- copying lie_learn/spectral/tests/test_conv_S2_SO3.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
- copying lie_learn/spectral/tests/test_S2FFT_NFFT.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
- copying lie_learn/spectral/tests/test_S2_conv.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
- copying lie_learn/spectral/tests/test_SO3_FFT_Naive.py -> build/lib.linux-x86_64-3.6/lie_learn/spectral/tests
- running build_ext
- building 'lie_learn.groups.SO3' extension
- creating build/temp.linux-x86_64-3.6
- creating build/temp.linux-x86_64-3.6/lie_learn
- creating build/temp.linux-x86_64-3.6/lie_learn/groups
- 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
- In file included from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1811:0,
- from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
- from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from lie_learn/groups/SO3.c:579:
- /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]
- #warning "Using deprecated NumPy API, disable it by " \
- ^
- 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
- building 'lie_learn.representations.SO3.irrep_bases' extension
- creating build/temp.linux-x86_64-3.6/lie_learn/representations
- creating build/temp.linux-x86_64-3.6/lie_learn/representations/SO3
- 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
- In file included from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1811:0,
- from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
- from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from lie_learn/representations/SO3/irrep_bases.c:579:
- /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]
- #warning "Using deprecated NumPy API, disable it by " \
- ^
- 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
- building 'lie_learn.representations.SO3.pinchon_hoggan.pinchon_hoggan' extension
- creating build/temp.linux-x86_64-3.6/lie_learn/representations/SO3/pinchon_hoggan
- 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
- In file included from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1811:0,
- from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
- from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from lie_learn/representations/SO3/pinchon_hoggan/pinchon_hoggan.c:579:
- /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]
- #warning "Using deprecated NumPy API, disable it by " \
- ^
- 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
- building 'lie_learn.spaces.spherical_quadrature' extension
- creating build/temp.linux-x86_64-3.6/lie_learn/spaces
- 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
- In file included from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1811:0,
- from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
- from /home/longer/anaconda3/envs/jpenv/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from lie_learn/spaces/spherical_quadrature.c:579:
- /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]
- #warning "Using deprecated NumPy API, disable it by " \
- ^
- 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
- installing to build/bdist.linux-x86_64/wheel
- running install
- running install_lib
- creating build/bdist.linux-x86_64
- creating build/bdist.linux-x86_64/wheel
- creating build/bdist.linux-x86_64/wheel/lie_learn
- creating build/bdist.linux-x86_64/wheel/lie_learn/groups
- copying build/lib.linux-x86_64-3.6/lie_learn/groups/SO2.py -> build/bdist.linux-x86_64/wheel/lie_learn/groups
- copying build/lib.linux-x86_64-3.6/lie_learn/groups/SO3_tests.py -> build/bdist.linux-x86_64/wheel/lie_learn/groups
- copying build/lib.linux-x86_64-3.6/lie_learn/groups/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/groups
- 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
- copying build/lib.linux-x86_64-3.6/lie_learn/groups/SE2.py -> build/bdist.linux-x86_64/wheel/lie_learn/groups
- copying build/lib.linux-x86_64-3.6/lie_learn/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn
- copying build/lib.linux-x86_64-3.6/lie_learn/broadcasting.py -> build/bdist.linux-x86_64/wheel/lie_learn
- creating build/bdist.linux-x86_64/wheel/lie_learn/spaces
- copying build/lib.linux-x86_64-3.6/lie_learn/spaces/S2.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
- copying build/lib.linux-x86_64-3.6/lie_learn/spaces/rn.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
- copying build/lib.linux-x86_64-3.6/lie_learn/spaces/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
- copying build/lib.linux-x86_64-3.6/lie_learn/spaces/S3.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
- creating build/bdist.linux-x86_64/wheel/lie_learn/spaces/tests
- 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
- copying build/lib.linux-x86_64-3.6/lie_learn/spaces/tests/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces/tests
- 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
- 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
- copying build/lib.linux-x86_64-3.6/lie_learn/spaces/Tn.py -> build/bdist.linux-x86_64/wheel/lie_learn/spaces
- creating build/bdist.linux-x86_64/wheel/lie_learn/representations
- copying build/lib.linux-x86_64-3.6/lie_learn/representations/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations
- creating build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
- 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
- copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
- creating build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3/pinchon_hoggan
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- copying build/lib.linux-x86_64-3.6/lie_learn/representations/SO3/indexing.py -> build/bdist.linux-x86_64/wheel/lie_learn/representations/SO3
- 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
- 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
- creating build/bdist.linux-x86_64/wheel/lie_learn/probability
- copying build/lib.linux-x86_64-3.6/lie_learn/probability/S1HarmonicDensity.py -> build/bdist.linux-x86_64/wheel/lie_learn/probability
- copying build/lib.linux-x86_64-3.6/lie_learn/probability/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/probability
- copying build/lib.linux-x86_64-3.6/lie_learn/probability/HarmonicDensity.py -> build/bdist.linux-x86_64/wheel/lie_learn/probability
- copying build/lib.linux-x86_64-3.6/lie_learn/probability/SO3HarmonicDensity.py -> build/bdist.linux-x86_64/wheel/lie_learn/probability
- copying build/lib.linux-x86_64-3.6/lie_learn/probability/S2HarmonicDensity.py -> build/bdist.linux-x86_64/wheel/lie_learn/probability
- creating build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/S2FFT_NFFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/FFTBase.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/T2FFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/S2_conv.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/fourier_interpolation.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- creating build/bdist.linux-x86_64/wheel/lie_learn/spectral/tests
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/tests/__init__.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral/tests
- 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
- 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
- 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
- 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
- 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
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/SE2FFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/T1FFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/SO3FFT_Naive.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/SO3_conv.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/PolarFFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- copying build/lib.linux-x86_64-3.6/lie_learn/spectral/S2FFT.py -> build/bdist.linux-x86_64/wheel/lie_learn/spectral
- running install_egg_info
- running egg_info
- creating lie_learn.egg-info
- writing lie_learn.egg-info/PKG-INFO
- writing dependency_links to lie_learn.egg-info/dependency_links.txt
- writing top-level names to lie_learn.egg-info/top_level.txt
- writing manifest file 'lie_learn.egg-info/SOURCES.txt'
- reading manifest file 'lie_learn.egg-info/SOURCES.txt'
- writing manifest file 'lie_learn.egg-info/SOURCES.txt'
- Copying lie_learn.egg-info to build/bdist.linux-x86_64/wheel/lie_learn-0.0.0-py3.6.egg-info
- running install_scripts
- 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
- Error during the download
- 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',))
- ----------------------------------------
- Failed building wheel for lie-learn
- Running setup.py clean for lie-learn
- Failed to build lie-learn
- (jpenv) longer@longer:~/Downloads/deeplearning/s2cnn
Add Comment
Please, Sign In to add comment