在Julia 1.0.1中安装软件包时出现Gettin Parser错误

时间:2020-07-11 07:59:04

标签: julia

当我尝试运行Pkg.add('BenchmarkTools“)时,出现以下错误。

price_1 <- c(25, 33, 54, 24)
price_2 <- c(12, 22, 11, 22)
itemid <- c(22203, 44412,55364, 552115)
itembds <- as.integer(c("", 21344, "", ""))
comment_1 <- c("The apple is expensive", "The orange is sweet", "The Apple is nice", "the apple is not nice")
comment_2 <- c("23 The Apple was beside me", "The Apple was left behind", "The apple had rotten", "the Orange should be fine" )
result <- c(0, 1, 1, 0)

df <- data.frame(price_1, price_2, itemid, itembds, comment_1, comment_2, result)

1 个答案:

答案 0 :(得分:0)

这似乎是一个普遍的问题。唯一的解决方案是关闭julia或编码环境,删除以下位置的TOML文件: C:\ Users .julia \ logs 然后重新启动Julia