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
{{ message }}
This repository was archived by the owner on Jul 23, 2023. It is now read-only.
bitTA 에러(경고) 관련 : install_mecab_ko() 과정에서 경고/에러가 납니다. (우분투 20.04)
/home/jhshin/R/x86_64-pc-linux-gnu-library/4.2/bitTA/script/install_mecab.sh: 31: autoreconf: not found
경고메시지(들):
system(glue::glue("sudo -kS {install_script}"), input = input)에서:
명령을 실행하는 도중 에러가 발생하였습니다.
다시 설치를 하라고 명령을 내리면, 이미 설치되어 있다고 나옵니다
install_mecab_ko()
install_mecab_ko()에서 다음과 같은 에러가 발생했습니다:mecab-ko is already installed.
다음과 같은 이슈를 전달받았습니다.
install_mecab_ko()에 autoconf 설치 로직을 추가해야할 듯 합니다.
bitTA 에러(경고) 관련 : install_mecab_ko() 과정에서 경고/에러가 납니다. (우분투 20.04)
다시 설치를 하라고 명령을 내리면, 이미 설치되어 있다고 나옵니다
autoconf 설치하고
경로찾아서 mecab_ko 관련 지우고, 재설치하니 작동하네요.