Skip to content

Installation instructions - trouble #29

@kurlberg

Description

@kurlberg

When following the official documentation at

https://github.com/adler-j/odlworkshop/blob/master/code/part0_install.ipynb

(on radon) I get the following error when testing tensorflow (the install proceeded ok.) Possibly radon is out of wack, but no luck with gelfand either (it's out of disk space.)

>>>> import tensorflow
> Traceback (most recent call last):
>  File "/home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module>
>    from tensorflow.python.pywrap_tensorflow_internal import *
>  File "/home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module>
>    _pywrap_tensorflow_internal = swig_import_helper()
>  File "/home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
>    _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
>  File "/home/kurlberg/anaconda3/lib/python3.6/imp.py", line 243, in load_module
>    return load_dynamic(name, filename, file)
>  File "/home/kurlberg/anaconda3/lib/python3.6/imp.py", line 343, in load_dynamic
>    return _load(spec)
> ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so)
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>  File "<stdin>", line 1, in <module>
>  File "/home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/__init__.py", line 24, in <module>
>    from tensorflow.python import *
>  File "/home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/python/__init__.py", line 49, in <module>
>    from tensorflow.python import pywrap_tensorflow
>  File "/home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 73, in <module>
>    raise ImportError(msg)
> ImportError: Traceback (most recent call last):
>  File "/home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module>
>    from tensorflow.python.pywrap_tensorflow_internal import *
>  File "/home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module>
>    _pywrap_tensorflow_internal = swig_import_helper()
>  File "/home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
>    _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
>  File "/home/kurlberg/anaconda3/lib/python3.6/imp.py", line 243, in load_module
>    return load_dynamic(name, filename, file)
>  File "/home/kurlberg/anaconda3/lib/python3.6/imp.py", line 343, in load_dynamic
>    return _load(spec)
> ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /home/kurlberg/anaconda3/lib/python3.6/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so)
> 
> 
> Failed to load the native TensorFlow runtime.
> 
> See https://www.tensorflow.org/install/install_sources#common_installation_problems
> 
> for some common reasons and solutions.  Include the entire stack trace
> above this error message when asking for help.
>>>> 

edit: @adler-j formated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions