How to solve the error when KoNLP is installed. T.T

Hello!

suddenly, this error happens.

Error: package or namespace load failed for ‘KoNLP’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): Namespace 'cli' 3.2.0 is already loaded but requires >= 3.3.0

=========================================================================================

manytimes, I re-install jdk() as following.
i used remotes::install_github for KoNLP
Plz..... help me.... (T>T)

:sob: :sob:

install.packages("multilinguer")
library(multilinguer)
install_jdk()

install.packages(c("stringr", "hash", "tau", "Sejong", "RSQLite", "devtools"),
type = "binary")

install.packages("remotes")
remotes::install_github("haven-jeon/KoNLP",
upgrade = "never",
INSTALL_opts = c("--no-multiarch"))

It appears that you need to update the package "cli"

I would suggest that you restart Rstudio and then do

install.packages("cli")

and then try again.

thank U very much!!!!

but still it doesn't work.... :sneezing_face:

Did cli install correctly?

Would you post your complete code and any errors and warnings plus the output of sessionInfo()

Thanks

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.