windows - 我在 Julia 收到一条消息 "using Plots",但我不知道如何解决它

标签 windows installation ffmpeg julia julia-plots

我是 Julia 的新手,添加 Plots 包后,我尝试使用 Plots,但收到以下错误消息:

julia> using Plots
[ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
ERROR: LoadError: InitError: could not load library "C:\Users\niri.julia\artifacts\7350a6401f1c0d38cc3518193083bc4f83adfe99\bin\avcodec-58.dll"
The specified module could not be found.
Stacktrace:

ERROR: LoadError: Failed to precompile FFMPEG [c87230d0-a227-11e9-1b43-d7ebe4e7570a] to C:\Users\niri.julia\compiled\v1.5\FFMPEG\TGvga_Ik59J.ji.

ERROR: Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to 
有人可以帮我解决问题吗

最佳答案

尝试安装FFMPEG , 重建这个和 Plots以及

using Pkg
pkg"add FFMPEG"
pkg"build FFMPEG"
pkg"build Plots"
它很有可能会奏效。

关于windows - 我在 Julia 收到一条消息 "using Plots",但我不知道如何解决它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63784372/

相关文章:

windows - start.sh 中的 "line 36: cd: HOME not set"运行使用 Docker for Windows Installer v1.6.0 安装的 Boot2Docker

windows - 使用命令行的引用参数时如何进行条件检查(if 命令)?

Android SDK 安装包报错

ffmpeg - Youtube-dl 和 Shell 速度

java - 同时管理多个 IP 摄像机

windows - Docker:执行 'docker run hello-world'命令时出错

android 如何在 root 设备的\system\fonts 目录中安装自定义字体

macos - 安装 CoffeeScript

ffmpeg 检测立体声 channel 是否实际上是单声道

c++ - 在VS2019 C++跨平台程序中包含nuget包