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
Install a MeCab dictionary? (Y/n): y
1: unidic-mecab-translate ⭐️ [191M] - A dictionary that prefers shorter words to longer ones, is usually more accurate, and shows pronunciation instead of reading.
2: ipadic [51M] - A basic dictionary.
Choose dictionary: 1
Downloading...
Extracting...
Traceback (most recent call last):
File "C:\Users\4535\Desktop\yomitan-mecab-installer-master\yomitan-mecab-installer-master\install_mecab_for_yomitan.py", line 247, in
main()
File "C:\Users\4535\Desktop\yomitan-mecab-installer-master\yomitan-mecab-installer-master\install_mecab_for_yomitan.py", line 243, in main
download_dict(dictionary_data['url'], 'zip')
File "C:\Users\4535\Desktop\yomitan-mecab-installer-master\yomitan-mecab-installer-master\install_mecab_for_yomitan.py", line 166, in download_dict
extract_zip(tmp_path, 'data')
File "C:\Users\4535\Desktop\yomitan-mecab-installer-master\yomitan-mecab-installer-master\install_mecab_for_yomitan.py", line 172, in extract_zip
z.extractall(extract_path)
File "C:\Users\4535\AppData\Local\Programs\Python\Python311\Lib\zipfile.py", line 1679, in extractall
self._extract_member(zipinfo, path, pwd)
File "C:\Users\4535\AppData\Local\Programs\Python\Python311\Lib\zipfile.py", line 1733, in _extract_member
open(targetpath, "wb") as target:
^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'data\unidic-mecab-translate\char.bin'
ipadic installs correctly
The text was updated successfully, but these errors were encountered:
Install a MeCab dictionary? (Y/n): y
1: unidic-mecab-translate ⭐️ [191M] - A dictionary that prefers shorter words to longer ones, is usually more accurate, and shows pronunciation instead of reading.
2: ipadic [51M] - A basic dictionary.
Choose dictionary: 1
Downloading...
Extracting...
Traceback (most recent call last):
File "C:\Users\4535\Desktop\yomitan-mecab-installer-master\yomitan-mecab-installer-master\install_mecab_for_yomitan.py", line 247, in
main()
File "C:\Users\4535\Desktop\yomitan-mecab-installer-master\yomitan-mecab-installer-master\install_mecab_for_yomitan.py", line 243, in main
download_dict(dictionary_data['url'], 'zip')
File "C:\Users\4535\Desktop\yomitan-mecab-installer-master\yomitan-mecab-installer-master\install_mecab_for_yomitan.py", line 166, in download_dict
extract_zip(tmp_path, 'data')
File "C:\Users\4535\Desktop\yomitan-mecab-installer-master\yomitan-mecab-installer-master\install_mecab_for_yomitan.py", line 172, in extract_zip
z.extractall(extract_path)
File "C:\Users\4535\AppData\Local\Programs\Python\Python311\Lib\zipfile.py", line 1679, in extractall
self._extract_member(zipinfo, path, pwd)
File "C:\Users\4535\AppData\Local\Programs\Python\Python311\Lib\zipfile.py", line 1733, in _extract_member
open(targetpath, "wb") as target:
^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'data\unidic-mecab-translate\char.bin'
ipadic installs correctly
The text was updated successfully, but these errors were encountered: