Created
June 23, 2021 22:37
-
-
Save Flamefire/b88e45138aca3f2ca5d69f9815eca9db to your computer and use it in GitHub Desktop.
(partial) EasyBuild log for failed build of /tmp/easybuild-tmp/eb-d771sQ/files_pr13248/t/TensorFlow/TensorFlow-2.0.1-foss-2019a-Python-3.7.2.eb (PR(s) #13248)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raise ImportError(msg) | |
ImportError: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
Failed to load the native TensorFlow runtime. | |
See https://www.tensorflow.org/install/errors | |
for some common reasons and solutions. Include the entire stack trace | |
above this error message when asking for help. | |
== 2021-06-24 00:36:08,777 easyblock.py:2939 WARNING failing sanity check for 'tensorflow-estimator' extension: command "python -c "import tensorflow_estimator"" failed; output: | |
Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_estimator/__init__.py", line 10, in <module> | |
from tensorflow_estimator._api.v1 import estimator | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 10, in <module> | |
from tensorflow_estimator._api.v1.estimator import experimental | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 10, in <module> | |
from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 23, in <module> | |
from tensorflow.python.feature_column import dense_features | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 98, in <module> | |
from tensorflow_core import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 40, in <module> | |
from tensorflow.python.tools import module_util as _module_util | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__ | |
module = self._load() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load | |
module = _importlib.import_module(self.__name__) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/importlib/__init__.py", line 127, in import_module | |
return _bootstrap._gcd_import(name[level:], package, level) | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module> | |
from tensorflow.python import pywrap_tensorflow | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module> | |
raise ImportError(msg) | |
ImportError: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
Failed to load the native TensorFlow runtime. | |
See https://www.tensorflow.org/install/errors | |
for some common reasons and solutions. Include the entire stack trace | |
above this error message when asking for help., | |
== 2021-06-24 00:36:08,777 environment.py:91 INFO Environment variable PYTHONNOUSERSITE set to 1 (previous value: '1') | |
== 2021-06-24 00:36:08,777 pythonpackage.py:784 INFO Detection of downloaded depenencies enabled, checking output of installation command... | |
== 2021-06-24 00:36:08,777 pythonpackage.py:213 INFO Determining pip version... | |
== 2021-06-24 00:36:08,778 run.py:226 INFO running cmd: pip --version | |
== 2021-06-24 00:36:12,916 pythonpackage.py:221 INFO Found pip version: 19.0.3 | |
== 2021-06-24 00:36:12,917 run.py:226 INFO running cmd: pip check | |
== 2021-06-24 00:36:16,365 pythonpackage.py:844 INFO `pip check` completed successfully | |
== 2021-06-24 00:36:16,365 pythonpackage.py:462 INFO Running command '/sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -m pip list --isolated --disable-pip-version-check --format json' | |
== 2021-06-24 00:36:18,437 pythonpackage.py:870 INFO Found 0 invalid packages out of 94 packages | |
== 2021-06-24 00:36:18,438 run.py:226 INFO running cmd: python -c "import astor" | |
== 2021-06-24 00:36:18,646 extensioneasyblock.py:181 INFO Sanity check for astor successful! | |
== 2021-06-24 00:36:18,647 easyblock.py:2941 INFO Sanity check for 'astor' extension passed! | |
== 2021-06-24 00:36:18,647 environment.py:91 INFO Environment variable PYTHONNOUSERSITE set to 1 (previous value: '1') | |
== 2021-06-24 00:36:18,648 pythonpackage.py:784 INFO Detection of downloaded depenencies enabled, checking output of installation command... | |
== 2021-06-24 00:36:18,648 pythonpackage.py:213 INFO Determining pip version... | |
== 2021-06-24 00:36:18,648 run.py:226 INFO running cmd: pip --version | |
== 2021-06-24 00:36:21,313 pythonpackage.py:221 INFO Found pip version: 19.0.3 | |
== 2021-06-24 00:36:21,314 run.py:226 INFO running cmd: pip check | |
== 2021-06-24 00:36:25,079 pythonpackage.py:844 INFO `pip check` completed successfully | |
== 2021-06-24 00:36:25,080 pythonpackage.py:462 INFO Running command '/sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -m pip list --isolated --disable-pip-version-check --format json' | |
== 2021-06-24 00:36:27,184 pythonpackage.py:870 INFO Found 0 invalid packages out of 94 packages | |
== 2021-06-24 00:36:27,186 run.py:226 INFO running cmd: python -c "import keras_applications" | |
== 2021-06-24 00:36:27,980 extensioneasyblock.py:181 INFO Sanity check for Keras-Applications successful! | |
== 2021-06-24 00:36:27,981 easyblock.py:2941 INFO Sanity check for 'Keras-Applications' extension passed! | |
== 2021-06-24 00:36:27,982 environment.py:91 INFO Environment variable PYTHONNOUSERSITE set to 1 (previous value: '1') | |
== 2021-06-24 00:36:27,982 pythonpackage.py:784 INFO Detection of downloaded depenencies enabled, checking output of installation command... | |
== 2021-06-24 00:36:27,982 pythonpackage.py:213 INFO Determining pip version... | |
== 2021-06-24 00:36:27,982 run.py:226 INFO running cmd: pip --version | |
== 2021-06-24 00:36:30,606 pythonpackage.py:221 INFO Found pip version: 19.0.3 | |
== 2021-06-24 00:36:30,607 run.py:226 INFO running cmd: pip check | |
== 2021-06-24 00:36:33,864 pythonpackage.py:844 INFO `pip check` completed successfully | |
== 2021-06-24 00:36:33,864 pythonpackage.py:462 INFO Running command '/sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -m pip list --isolated --disable-pip-version-check --format json' | |
== 2021-06-24 00:36:35,926 pythonpackage.py:870 INFO Found 0 invalid packages out of 94 packages | |
== 2021-06-24 00:36:35,927 run.py:226 INFO running cmd: python -c "import gast" | |
== 2021-06-24 00:36:36,101 extensioneasyblock.py:181 INFO Sanity check for gast successful! | |
== 2021-06-24 00:36:36,101 easyblock.py:2941 INFO Sanity check for 'gast' extension passed! | |
== 2021-06-24 00:36:36,102 environment.py:91 INFO Environment variable PYTHONNOUSERSITE set to 1 (previous value: '1') | |
== 2021-06-24 00:36:36,102 pythonpackage.py:784 INFO Detection of downloaded depenencies enabled, checking output of installation command... | |
== 2021-06-24 00:36:36,102 pythonpackage.py:213 INFO Determining pip version... | |
== 2021-06-24 00:36:36,103 run.py:226 INFO running cmd: pip --version | |
== 2021-06-24 00:36:38,715 pythonpackage.py:221 INFO Found pip version: 19.0.3 | |
== 2021-06-24 00:36:38,716 run.py:226 INFO running cmd: pip check | |
== 2021-06-24 00:36:42,086 pythonpackage.py:844 INFO `pip check` completed successfully | |
== 2021-06-24 00:36:42,086 pythonpackage.py:462 INFO Running command '/sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -m pip list --isolated --disable-pip-version-check --format json' | |
== 2021-06-24 00:36:44,209 pythonpackage.py:870 INFO Found 0 invalid packages out of 94 packages | |
== 2021-06-24 00:36:44,210 run.py:226 INFO running cmd: python -c "import opt_einsum" | |
== 2021-06-24 00:36:45,294 extensioneasyblock.py:181 INFO Sanity check for opt-einsum successful! | |
== 2021-06-24 00:36:45,295 easyblock.py:2941 INFO Sanity check for 'opt-einsum' extension passed! | |
== 2021-06-24 00:36:45,295 environment.py:91 INFO Environment variable PYTHONNOUSERSITE set to 1 (previous value: '1') | |
== 2021-06-24 00:36:45,295 pythonpackage.py:784 INFO Detection of downloaded depenencies enabled, checking output of installation command... | |
== 2021-06-24 00:36:45,296 pythonpackage.py:213 INFO Determining pip version... | |
== 2021-06-24 00:36:45,296 run.py:226 INFO running cmd: pip --version | |
== 2021-06-24 00:36:47,945 pythonpackage.py:221 INFO Found pip version: 19.0.3 | |
== 2021-06-24 00:36:47,946 run.py:226 INFO running cmd: pip check | |
== 2021-06-24 00:36:51,133 pythonpackage.py:844 INFO `pip check` completed successfully | |
== 2021-06-24 00:36:51,134 pythonpackage.py:462 INFO Running command '/sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -m pip list --isolated --disable-pip-version-check --format json' | |
== 2021-06-24 00:36:53,250 pythonpackage.py:870 INFO Found 0 invalid packages out of 94 packages | |
== 2021-06-24 00:36:53,251 run.py:226 INFO running cmd: python -c "import wrapt" | |
== 2021-06-24 00:36:53,509 extensioneasyblock.py:181 INFO Sanity check for wrapt successful! | |
== 2021-06-24 00:36:53,509 easyblock.py:2941 INFO Sanity check for 'wrapt' extension passed! | |
== 2021-06-24 00:36:53,510 environment.py:91 INFO Environment variable PYTHONNOUSERSITE set to 1 (previous value: '1') | |
== 2021-06-24 00:36:53,510 pythonpackage.py:784 INFO Detection of downloaded depenencies enabled, checking output of installation command... | |
== 2021-06-24 00:36:53,510 pythonpackage.py:213 INFO Determining pip version... | |
== 2021-06-24 00:36:53,511 run.py:226 INFO running cmd: pip --version | |
== 2021-06-24 00:36:56,143 pythonpackage.py:221 INFO Found pip version: 19.0.3 | |
== 2021-06-24 00:36:56,144 run.py:226 INFO running cmd: pip check | |
== 2021-06-24 00:36:59,340 pythonpackage.py:844 INFO `pip check` completed successfully | |
== 2021-06-24 00:36:59,340 pythonpackage.py:462 INFO Running command '/sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -m pip list --isolated --disable-pip-version-check --format json' | |
== 2021-06-24 00:37:01,450 pythonpackage.py:870 INFO Found 0 invalid packages out of 94 packages | |
== 2021-06-24 00:37:01,451 run.py:226 INFO running cmd: python -c "import keras_preprocessing" | |
== 2021-06-24 00:37:01,626 extensioneasyblock.py:181 INFO Sanity check for Keras-Preprocessing successful! | |
== 2021-06-24 00:37:01,627 easyblock.py:2941 INFO Sanity check for 'Keras-Preprocessing' extension passed! | |
== 2021-06-24 00:37:01,627 environment.py:91 INFO Environment variable PYTHONNOUSERSITE set to 1 (previous value: '1') | |
== 2021-06-24 00:37:01,628 pythonpackage.py:784 INFO Detection of downloaded depenencies enabled, checking output of installation command... | |
== 2021-06-24 00:37:01,628 pythonpackage.py:213 INFO Determining pip version... | |
== 2021-06-24 00:37:01,628 run.py:226 INFO running cmd: pip --version | |
== 2021-06-24 00:37:04,194 pythonpackage.py:221 INFO Found pip version: 19.0.3 | |
== 2021-06-24 00:37:04,195 run.py:226 INFO running cmd: pip check | |
== 2021-06-24 00:37:07,756 pythonpackage.py:844 INFO `pip check` completed successfully | |
== 2021-06-24 00:37:07,756 pythonpackage.py:462 INFO Running command '/sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -m pip list --isolated --disable-pip-version-check --format json' | |
== 2021-06-24 00:37:10,161 pythonpackage.py:870 INFO Found 0 invalid packages out of 94 packages | |
== 2021-06-24 00:37:10,162 run.py:226 INFO running cmd: python -c "import tensorflow" | |
== 2021-06-24 00:37:11,662 extension.py:218 WARNING Sanity check for 'TensorFlow' extension failed: command "python -c "import tensorflow"" failed; output: | |
Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 98, in <module> | |
from tensorflow_core import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 40, in <module> | |
from tensorflow.python.tools import module_util as _module_util | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__ | |
module = self._load() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load | |
module = _importlib.import_module(self.__name__) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/importlib/__init__.py", line 127, in import_module | |
return _bootstrap._gcd_import(name[level:], package, level) | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module> | |
from tensorflow.python import pywrap_tensorflow | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module> | |
raise ImportError(msg) | |
ImportError: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
Failed to load the native TensorFlow runtime. | |
See https://www.tensorflow.org/install/errors | |
for some common reasons and solutions. Include the entire stack trace | |
above this error message when asking for help. | |
== 2021-06-24 00:37:11,663 easyblock.py:2795 INFO Using customized sanity check paths: {'files': ['bin/tensorboard'], 'dirs': ['lib/python3.7/site-packages']} | |
== 2021-06-24 00:37:11,663 easyblock.py:2837 INFO Using customised sanity check commands: ["/sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -c 'import tensorflow'", "/sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -c 'from tensorflow.python.util import tf_should_use'"] | |
== 2021-06-24 00:37:11,664 run.py:226 INFO running cmd: /sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -c 'import tensorflow' | |
== 2021-06-24 00:37:12,441 run.py:623 INFO parse_log_for_error msg: Command used: /sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -c 'import tensorflow' | |
== 2021-06-24 00:37:12,441 run.py:625 INFO parse_log_for_error (some may be harmless) regExp (?<![(,-]|\w)(?:error|segmentation fault|failed)(?![(,-]|\.?\w) found: | |
Failed to load the native TensorFlow runtime. | |
above this error message when asking for help. | |
== 2021-06-24 00:37:12,441 run.py:582 WARNING Found 2 errors in command output (output: Failed to load the native TensorFlow runtime. | |
above this error message when asking for help.) | |
== 2021-06-24 00:37:12,442 easyblock.py:3045 WARNING Sanity check: sanity check command /sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -c 'import tensorflow' exited with code 1 (output: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 98, in <module> | |
from tensorflow_core import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 40, in <module> | |
from tensorflow.python.tools import module_util as _module_util | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__ | |
module = self._load() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load | |
module = _importlib.import_module(self.__name__) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/importlib/__init__.py", line 127, in import_module | |
return _bootstrap._gcd_import(name[level:], package, level) | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module> | |
from tensorflow.python import pywrap_tensorflow | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module> | |
raise ImportError(msg) | |
ImportError: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
Failed to load the native TensorFlow runtime. | |
See https://www.tensorflow.org/install/errors | |
for some common reasons and solutions. Include the entire stack trace | |
above this error message when asking for help. | |
) | |
== 2021-06-24 00:37:12,442 run.py:226 INFO running cmd: /sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -c 'from tensorflow.python.util import tf_should_use' | |
== 2021-06-24 00:37:13,209 run.py:623 INFO parse_log_for_error msg: Command used: /sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -c 'from tensorflow.python.util import tf_should_use' | |
== 2021-06-24 00:37:13,210 run.py:625 INFO parse_log_for_error (some may be harmless) regExp (?<![(,-]|\w)(?:error|segmentation fault|failed)(?![(,-]|\.?\w) found: | |
Failed to load the native TensorFlow runtime. | |
above this error message when asking for help. | |
== 2021-06-24 00:37:13,210 run.py:582 WARNING Found 2 errors in command output (output: Failed to load the native TensorFlow runtime. | |
above this error message when asking for help.) | |
== 2021-06-24 00:37:13,210 easyblock.py:3045 WARNING Sanity check: sanity check command /sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -c 'from tensorflow.python.util import tf_should_use' exited with code 1 (output: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 98, in <module> | |
from tensorflow_core import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 40, in <module> | |
from tensorflow.python.tools import module_util as _module_util | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__ | |
module = self._load() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load | |
module = _importlib.import_module(self.__name__) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/importlib/__init__.py", line 127, in import_module | |
return _bootstrap._gcd_import(name[level:], package, level) | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module> | |
from tensorflow.python import pywrap_tensorflow | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module> | |
raise ImportError(msg) | |
ImportError: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
Failed to load the native TensorFlow runtime. | |
See https://www.tensorflow.org/install/errors | |
for some common reasons and solutions. Include the entire stack trace | |
above this error message when asking for help. | |
) | |
== 2021-06-24 00:37:13,211 easyblock.py:2669 INFO Checking for banned/required linked shared libraries... | |
== 2021-06-24 00:37:13,211 easyblock.py:2685 INFO No banned/required libraries specified | |
== 2021-06-24 00:37:13,225 build_log.py:169 ERROR EasyBuild crashed with an error (at easybuild/base/exceptions.py:124 in __init__): Sanity check failed: command "python -c "import tensorflow"" failed; output: | |
Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 98, in <module> | |
from tensorflow_core import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 40, in <module> | |
from tensorflow.python.tools import module_util as _module_util | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__ | |
module = self._load() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load | |
module = _importlib.import_module(self.__name__) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/importlib/__init__.py", line 127, in import_module | |
return _bootstrap._gcd_import(name[level:], package, level) | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module> | |
from tensorflow.python import pywrap_tensorflow | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module> | |
raise ImportError(msg) | |
ImportError: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
Failed to load the native TensorFlow runtime. | |
See https://www.tensorflow.org/install/errors | |
for some common reasons and solutions. Include the entire stack trace | |
above this error message when asking for help. | |
sanity check command /sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -c 'import tensorflow' exited with code 1 (output: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 98, in <module> | |
from tensorflow_core import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 40, in <module> | |
from tensorflow.python.tools import module_util as _module_util | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__ | |
module = self._load() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load | |
module = _importlib.import_module(self.__name__) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/importlib/__init__.py", line 127, in import_module | |
return _bootstrap._gcd_import(name[level:], package, level) | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module> | |
from tensorflow.python import pywrap_tensorflow | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module> | |
raise ImportError(msg) | |
ImportError: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
Failed to load the native TensorFlow runtime. | |
See https://www.tensorflow.org/install/errors | |
for some common reasons and solutions. Include the entire stack trace | |
above this error message when asking for help. | |
) | |
sanity check command /sw/installed/Python/3.7.2-GCCcore-8.2.0/bin/python -c 'from tensorflow.python.util import tf_should_use' exited with code 1 (output: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 98, in <module> | |
from tensorflow_core import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 40, in <module> | |
from tensorflow.python.tools import module_util as _module_util | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__ | |
module = self._load() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load | |
module = _importlib.import_module(self.__name__) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/importlib/__init__.py", line 127, in import_module | |
return _bootstrap._gcd_import(name[level:], package, level) | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module> | |
from tensorflow.python import pywrap_tensorflow | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module> | |
raise ImportError(msg) | |
ImportError: Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow.python.pywrap_tensorflow_internal import * | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> | |
_pywrap_tensorflow_internal = swig_import_helper() | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper | |
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 242, in load_module | |
return load_dynamic(name, filename, file) | |
File "/sw/installed/Python/3.7.2-GCCcore-8.2.0/lib/python3.7/imp.py", line 342, in load_dynamic | |
return _load(spec) | |
ImportError: libprotobuf.so.3.7.1.0: cannot open shared object file: No such file or directory | |
Failed to load the native TensorFlow runtime. | |
See https://www.tensorflow.org/install/errors | |
for some common reasons and solutions. Include the entire stack trace | |
above this error message when asking for help. | |
) (at easybuild/framework/easyblock.py:3074 in _sanity_check_step) | |
== 2021-06-24 00:37:13,225 build_log.py:265 INFO ... (took 3 mins 44 secs) | |
== 2021-06-24 00:37:13,226 easyblock.py:3656 WARNING build failed (first 300 chars): Sanity check failed: command "python -c "import tensorflow"" failed; output: | |
Traceback (most recent call last): | |
File "/tmp/ebinstall/software/TensorFlow/2.0.1-foss-2019a-Python-3.7.2/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> | |
from tensorflow. | |
== 2021-06-24 00:37:13,226 easyblock.py:300 INFO Closing log for application name TensorFlow version 2.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment