# Error logs:
Traceback (most recent call last):
File "/usr/local/bin/t2t-trainer", line 23, in <module>
from tensor2tensor.bin import t2t_trainer
File "/usr/local/lib/python2.7/site-packages/tensor2tensor/bin/t2t_trainer.py", line 25, in <module>
from tensor2tensor import models # pylint: disable=unused-import
File "/usr/local/lib/python2.7/site-packages/tensor2tensor/models/__init__.py", line 25, in <module>
from tensor2tensor.layers import modalities # pylint: disable=g-import-not-at-top
File "/usr/local/lib/python2.7/site-packages/tensor2tensor/layers/modalities.py", line 28, in <module>
from tensor2tensor.layers import common_attention
File "/usr/local/lib/python2.7/site-packages/tensor2tensor/layers/common_attention.py", line 5074, in <module>
@expert_utils.add_var_scope()
File "/usr/local/lib/python2.7/site-packages/tensor2tensor/utils/expert_utils.py", line 68, in add_var_scope
return add_scope(scope, scope_fn=tf.variable_scope)
AttributeError: 'module' object has no attribute 'variable_scope'
Description
Got an error when running t2t-trainer --registry_help with installed "tensorflow alpha"
Environment information
For bugs: reproduction and error logs