tyliupku / wiki2bio

Code for AAAI2018 paper "Table-to-text Generation by Structure-aware Seq2seq Learning"
https://arxiv.org/abs/1711.09724
152 stars 46 forks source link

Error in util.py line 9 _, term_width = os.popen('stty size', 'r').read().split() ValueError: need more than 0 values to unpack #5

Open ujlayan opened 6 years ago

ujlayan commented 6 years ago
_, term_width = os.popen('stty size', 'r').read().split()

ValueError: need more than 0 values to unpack

Process finished with exit code 1

I am able to run Main.py from terminal without issue but not able to run on through Pycharm

RainyTong commented 5 years ago

Same problem with you!!! But I can't even run Main.py from terminal.