We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "D:\pycharm_workshop\SU4MLC\semantic-unit-based\utils\misc_utils.py", line 25, in _, term_width = os.popen('stty size', 'r').read().split() ValueError: not enough values to unpack (expected 2, got 0)
老铁,如何解决这个问题?
The text was updated successfully, but these errors were encountered:
在运行preprocess.py 的时候
Sorry, something went wrong.
这个可能和python版本有关系,你要不吧这行注释掉,然后随便设个term width,比如80
No branches or pull requests
File "D:\pycharm_workshop\SU4MLC\semantic-unit-based\utils\misc_utils.py", line 25, in
_, term_width = os.popen('stty size', 'r').read().split()
ValueError: not enough values to unpack (expected 2, got 0)
老铁,如何解决这个问题?
The text was updated successfully, but these errors were encountered: