Anaconda的自动完成功能不适用于张量流

时间:2017-05-18 11:36:35

标签: python autocomplete tensorflow sublimetext3

看,我想在Ubuntu16.04上构建一个Python IDE,而sublime Text 3就是我的chioce。 Anaconda是通过Package Control安装的。虽然它的自动完成工作对于Python3的原始模块很好,但不适用于tensorflw。

python3.sublime-build(由我自己创建):

{ "cmd": ["/usr/bin/python3", "-u", "$file"],
 "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python"
}

那么,如何使Anaconda的自动完成工作的第三个模块,即。在这种情况下,张量流。 顺便说一句,我想原因是,Anaconda没有解析第三个库和目录来查找我的代码并完成它。

任何建议都会很感激。很多人!

所附:

chuchienshu@chuchienshu-virtual-machine:~$ ll /usr/lib/python3.5/
total 4500
drwxr-xr-x  34 root        root          4096 5月  18 12:36 ./
drwxrwxrwx 140 root        root          4096 5月  11 23:18 ../
-rw-r--r--   1 root        root          8628 11月 18 03:19 abc.py
-rw-r--r--   1 root        root         31578 11月 18 03:19 aifc.py
-rw-r--r--   1 root        root           475 11月 18 03:19 antigravity.py
-rw-r--r--   1 root        root         90323 11月 18 03:19 argparse.py
-rw-r--r--   1 root        root         12001 11月 18 03:19 ast.py
-rw-r--r--   1 root        root         11971 11月 18 03:19 asynchat.py
drwxr-xr-x   3 root        root          4096 2月  16 04:21 asyncio/
-rw-r--r--   1 root        root         20104 11月 18 03:19 asyncore.py
........
chuchienshu@chuchienshu-virtual-machine:~$ ll /home/chuchienshu/.local/lib/python3.5/site-packages/
appdirs-1.4.3.dist-info/        pyparsing-2.2.0.dist-info/
appdirs.py                      pyparsing.py
easy_install.py                 setuptools/
external/                       setuptools-35.0.2.dist-info/
google/                         six-1.10.0.dist-info/
numpy/                          six.py
numpy-1.12.1.dist-info/         tensorflow/
packaging/                      tensorflow-1.1.0.dist-info/
packaging-16.8.dist-info/       werkzeug/
pkg_resources/                  Werkzeug-0.12.1.dist-info/
protobuf-3.3.0.dist-info/       wheel/
protobuf-3.3.0-py3.5-nspkg.pth  wheel-0.29.0.dist-info/

1 个答案:

答案 0 :(得分:0)

Anaconda拥有自己的包经理。从命令行

中试试这个
conda install -c conda-forge tensorflow=1.0.0

以下是conda可用的其他版本的列表。 https://anaconda.org/conda-forge/tensorflow/files

参考:https://anaconda.org/conda-forge/tensorflow