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
C:\Users\user\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py:838: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
self.stdin = io.open(p2cwrite, 'wb', bufsize)
C:\Users\user\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py:844: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
self.stdout = io.open(c2pread, 'rb', bufsize)
I installed MeCab with UTF-8 encoding, if that matters.
The text was updated successfully, but these errors were encountered:
I'm also seeing this on both Windows and Linux. It does work even with the error, but I think I should do something about it. Anyway usually this is hidden from the user if you just use mecab.py as the native component between MeCab and the browser. Installation happens from install_mecab_for_yomichan.py.
I'm using Python 3.8.3
In mecab.py, line 47
I'm getting error
I installed MeCab with UTF-8 encoding, if that matters.
The text was updated successfully, but these errors were encountered: