STT-tensorflow/tensorflow
Mihai Maruseac 5b900cfe4b Update install_python3.6_pip_packages.sh to use apt.
Now python3.6 can be installed from apt and it will be installed with
all submodules.

If we're compiling Python from source, during compilation we get:

```
The necessary bits to build these optional modules were not found:
_bz2                  _dbm                  _gdbm
_lzma                 _sqlite3              _tkinter
readline
```

which then results in

```
==================== Test output for //bazel_pip/tensorflow/contrib/summary:summary_ops_test:
Running test /tmpfs/src/github/tensorflow/bazel-ci_build-cache/.cache/bazel/_bazel_kbuilder/eab0d61a99b6696edb3d2aff87b585e8/execroot/org_tensorflow/bazel-out/k8-opt/bin/bazel_pip/tensorflow/contrib/summary/summary_ops_test.runfiles/org_tensorflow/bazel_pip/tensorflow/contrib/summary/summary_ops_test  on GPU 0
Traceback (most recent call last):
  File "/tmpfs/src/github/tensorflow/bazel-ci_build-cache/.cache/bazel/_bazel_kbuilder/eab0d61a99b6696edb3d2aff87b585e8/execroot/org_tensorflow/bazel-out/k8-opt/bin/bazel_pip/tensorflow/contrib/summary/summary_ops_test.runfiles/org_tensorflow/bazel_pip/tensorflow/contrib/summary/summary_ops_test.py", line 23, in <module>
    import sqlite3
  File "/usr/local/lib/python3.6/sqlite3/__init__.py", line 23, in <module>
    from sqlite3.dbapi2 import *
  File "/usr/local/lib/python3.6/sqlite3/dbapi2.py", line 27, in <module>
    from _sqlite3 import *
ModuleNotFoundError: No module named '_sqlite3'
================================================================================
```

and similar failures which then block releasing patch version.
2019-06-21 10:20:35 -07:00
..
c Don't generate backward function and delete when its not necessary 2018-10-01 15:16:07 -07:00
cc Clean up the build_xla_ops to use the generated C++ TF op wrappers. 2018-10-01 15:52:53 -07:00
compiler 1.12.0-rc2 cherry-pick request: Various XLA scatter improvements. (#23235) 2018-10-24 17:46:03 -07:00
contrib Update png_archive version to 1.6.37 2019-06-14 10:16:31 -07:00
core Update version numbers to 1.12.3 2019-06-20 14:48:57 -07:00
docs_src internal change 2018-10-01 14:43:29 -07:00
examples [tf.data] Deprecate tf.contrib.data and introduce tf.data.experimental to replace it. 2018-10-01 16:50:05 -07:00
g3doc
go Go: Update generated wrapper functions for TensorFlow ops. 2018-09-28 09:51:28 -07:00
java [Java]: Release 1.11.0 2018-09-27 17:25:00 -07:00
js Generate TypeScript Op attribute values for "type" and "int" OpDef attribute types. 2018-08-24 10:49:14 -07:00
python Disable one more flaky test 2019-04-11 08:32:21 -07:00
security
stream_executor Disable the cuDNN workarounds if the version number is new enough to get the corresponding bugs fixed. The bugs that 2018-10-02 18:51:25 -07:00
tools Update install_python3.6_pip_packages.sh to use apt. 2019-06-21 10:20:35 -07:00
__init__.py
.clang-format
api_template.__init__.py Fix "from tensorflow._api.v1 import *". 2018-09-21 15:40:27 -07:00
BUILD Remove jemalloc build files and dead configuration options. 2018-10-01 15:33:13 -07:00
tensorflow.bzl Automated rollback of commit d78595d333 2018-09-29 12:03:31 -07:00
tf_exported_symbols.lds
tf_framework_version_script.lds
tf_version_script.lds
version_check.bzl
workspace.bzl Update png_archive version to 1.6.37 2019-06-14 10:16:31 -07:00