1.安装StatsPlots时, plots和StatsPlots这两项是×
2.using StatsPlots时,出现以下问题
LoadError: FFMPEG not installed properly, run ] build FFMPEG
, restart Julia and try again
ERROR: LoadError: Failed to precompile FFMPEG [c87230d0-a227-11e9-1b43-d7ebe4e7570a] to “C:\Users\nomi\.julia\compiled\v1.9\FFMPEG\jl_8ADC.tmp”.
ERROR: LoadError: Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to “C:\Users\nomi\.julia\compiled\v1.9\Plots\jl_807C.tmp”.
3.按照提示,运行后出现Error building FFMPEG
和Unable to open libLLVM问题
已做的尝试:
将D盘中的FFMPEG加入环境变量(julia/bin在c盘);
从网上下载了FFMPEG Building文件夹将里面的bin等文件复制到了FFMPEG文件夹里
安装了与lib前缀相同的所有包