Issue with tensorflow import
Hello, I am getting an error while executing python train.py
line 4, in
I am using '2.0.0-alpha0', and please suggest me resolve the issue. I have tried all the possible way.
Please try an older TensorFlow version, e.g. 0.12 or 1.x
On Tue, Apr 30, 2019 at 7:56 PM GAUTAM SHAHI [email protected] wrote:
Hello, I am getting an error while executing python train.py
line 4, in flags = tf.app.flags AttributeError: module 'tensorflow' has no attribute 'app'
I am using '2.0.0-alpha0', and please suggest me resolve the issue. I have tried all the possible way.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tkipf/gcn/issues/110, or mute the thread https://github.com/notifications/unsubscribe-auth/ABYBYYGRZGLNXAJ36VUEYHLPTDMCLANCNFSM4HJQ75ZA .
AttributeError: module 'tensorboard.lazy' has no attribute 'lazy_load' when trying to run train.py Any suggestions please..thx
">>> import tensorflow as tf
Traceback (most recent call last):
File "
Please try an older TensorFlow version, e.g. 0.12 or 1.x
On Thu, Jun 20, 2019 at 3:19 AM massana [email protected] wrote:
AttributeError: module 'tensorboard.lazy' has no attribute 'lazy_load' when trying to run train.py Any suggestions please..thx
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tkipf/gcn/issues/110?email_source=notifications&email_token=ABYBYYHWCO2GZFSQLZCHAV3P3NKRPA5CNFSM4HJQ75ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYE7PLQ#issuecomment-503969710, or mute the thread https://github.com/notifications/unsubscribe-auth/ABYBYYAFEE2WIEBY2IJQVP3P3NKRPANCNFSM4HJQ75ZA .
If using pip to install packages, start with a clean virtualenv and just install packages as you come across ModuleNotFoundErrors while running your script. Hard way to debug but worked for me!