You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
I'm getting this error:
pip install nvtx-plugins failed for me
/usr/local/lib/python3.8/dist-packages/tensorflow/include/tensorflow/core/framework/tensor_types.h:177:22: error: ‘bool_vals’ was not declared in this scope
177 | for (bool b : {bool_vals…}) {
| ^~~~~~~~~
INFO: Unable to build TensorFlow plugin, will skip it.
Traceback (most recent call last):
File “/usr/lib/python3.8/distutils/unixccompiler.py”, line 117, in _compile
self.spawn(compiler_so + cc_args + [src, ‘-o’, obj] +
File “/usr/lib/python3.8/distutils/ccompiler.py”, line 910, in spawn
spawn(cmd, dry_run=self.dry_run)
File “/usr/lib/python3.8/distutils/spawn.py”, line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
File “/usr/lib/python3.8/distutils/spawn.py”, line 157, in _spawn_posix
raise DistutilsExecError(
distutils.errors.DistutilsExecError: command ‘/usr/bin/gcc’ failed with exit status 1
The text was updated successfully, but these errors were encountered:
eyalhir74
changed the title
Is this still operational on TF2 and Keras?
[QUESTION] Is this still operational on TF2 and Keras?
Jan 23, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting this error:
pip install nvtx-plugins failed for me
/usr/local/lib/python3.8/dist-packages/tensorflow/include/tensorflow/core/framework/tensor_types.h:177:22: error: ‘bool_vals’ was not declared in this scope
177 | for (bool b : {bool_vals…}) {
| ^~~~~~~~~
INFO: Unable to build TensorFlow plugin, will skip it.
Traceback (most recent call last):
File “/usr/lib/python3.8/distutils/unixccompiler.py”, line 117, in _compile
self.spawn(compiler_so + cc_args + [src, ‘-o’, obj] +
File “/usr/lib/python3.8/distutils/ccompiler.py”, line 910, in spawn
spawn(cmd, dry_run=self.dry_run)
File “/usr/lib/python3.8/distutils/spawn.py”, line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
File “/usr/lib/python3.8/distutils/spawn.py”, line 157, in _spawn_posix
raise DistutilsExecError(
distutils.errors.DistutilsExecError: command ‘/usr/bin/gcc’ failed with exit status 1
The text was updated successfully, but these errors were encountered: