2016-10-31 2 views
0

I Gebautes tensroflow R0.10 mit bazel 0.3.1 dann generiert python whl datei ohne fehler. Aber ich bekomme diesen Fehler. Gibt es eine Möglichkeit, das zu beheben?undefined symbol "_Z14tf_git_versionv" in tensorflow

>>> import tensorflow 
Traceback (most recent call last): 
    File "<stdin>", line 1, in <module> 
    File "/usr/local/lib/python2.7/dist-packages/tensorflow/__init__.py", line 23, in <module> 
    from tensorflow.python import * 
    File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/__init__.py", line 49, in <module> 
    from tensorflow.python import pywrap_tensorflow 
    File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 28, in <module> 
    _pywrap_tensorflow = swig_import_helper() 
    File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 24, in swig_import_helper 
    _mod = imp.load_module('_pywrap_tensorflow', fp, pathname, description) 
ImportError: /usr/local/lib/python2.7/dist-packages/tensorflow/python/_pywrap_tensorflow.so: undefined symbol: _Z14tf_git_versionv 
+0

Könnten Sie versuchen, ./configure auszuführen? –

+0

Ok, ich habe dieses Problem geschlossen, https://github.com/tensorflow/tensorflow/issues/5295 Danke! – joshsuihn

Antwort

Verwandte Themen