Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试加载queryverse,但它失败了。其他人是否面临同样的问题?有什么建议么?有人可以帮我解决这个问题吗?
请点击超链接(错误-输出)查看错误信息!谢谢。
粉煤灰。 错误 - 输出
我在笔记本电脑上遇到了类似的问题,并执行了以下命令,它最终奏效了。基本上我认为至少对我来说发生的事情是我安装了旧版本的 Julia,并认为这些软件包没有为当前版本的 Julia 编译。但我真的不知道它的全部魔力,但这可能值得一试。
Pkg.add("VegaDatasets") Pkg.build("PyCall") Pkg.add("VegaLite") Pkg.build("NodeJS") Pkg.build("VegaLite")