pytorch/scripts
Hannes Badertscher 9ef30b337e Add six to Tegra X1 install script
Summary:
When compiling Caffe2 on a Jetson TX2 using JetPack 3.0, the compilation with the Tegra X1 build script runs through perfectly fine. However, when running

    from caffe2.python import workspace

the following error shows up:

> ImportError: No module named six

After installing `six` manually using

    sudo pip install six

this works fine. I thus added the `six` module to the install script.

I assume this will also be required for the `build_raspbian.sh` script, however as I could test this, I didn't add it (yet).
Closes https://github.com/caffe2/caffe2/pull/293

Differential Revision: D4914121

Pulled By: Yangqing

fbshipit-source-id: 75947e8c295e1f5ad3f480a025fe8518dd91a957
2017-04-19 11:02:23 -07:00
..
appveyor bugfix for Windows, esp. VS 2017 2017-03-21 05:17:59 -07:00
build_android.sh Disable openmp when building for android 2017-04-07 14:35:01 -07:00
build_host_protoc.bat bugfix for Windows, esp. VS 2017 2017-03-21 05:17:59 -07:00
build_host_protoc.sh Make build_host_protoc more robust to weird system settings 2017-02-02 15:44:32 -08:00
build_ios.sh Cmake mobile build improvements 2017-04-16 16:46:58 -07:00
build_local.sh Added local build and apple fix for generating .so files 2017-02-16 06:11:28 -08:00
build_raspbian.sh Ensure we are not using Eigen LGPL code, and build on raspbian. 2017-01-30 09:44:27 -08:00
build_tegra_x1.sh Add six to Tegra X1 install script 2017-04-19 11:02:23 -07:00
build_windows.bat Windows build for easier python usage 2017-03-24 11:33:27 -07:00
diagnose_protobuf.py doxygen configs and updated python files to inc. doxygen tags (#266) 2017-04-14 16:30:33 -07:00
get_python_cmake_flags.py doxygen python block added 2017-03-29 06:46:16 -07:00
start_ipython_notebook.sh Added local build and apple fix for generating .so files 2017-02-16 06:11:28 -08:00