Hello, i have the following error at execution time when i run the example given in the readme of the LIBSVM.jl package, as soon as i call a function from that package. The thing is, I get this error on one of my machines, but not on another one, while both machines run under Windows 10.
I have verified that the libsvm.dll file exists and that it is in the right place.
Also, i have completely uninstalled julia (v1.3) and atom and reinstalled all packages from scratch, but the error still appears. Any idea where this may come from?
ERROR: could not load library "C:\Users\congedom-admin\.julia\packages\LIBSVM\jzCVO\src\../deps\libsvm.dll"
Stacktrace:
[1] #dlopen#3(::Bool, ::typeof(Libdl.dlopen), ::String, ::UInt32) at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.3\Libdl\src\Libdl.jl:109
[2] dlopen at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.3\Libdl\src\Libdl.jl:109 [inlined] (repeats 2 times)
[3] get_libsvm() at C:\Users\congedom-admin\.julia\packages\LIBSVM\jzCVO\src\LIBSVM.jl:167
[4] svm_set_num_threads() at C:\Users\congedom-admin\.julia\packages\LIBSVM\jzCVO\src\LIBSVM.jl:185
[5] set_num_threads(::Int64) at C:\Users\congedom-admin\.julia\packages\LIBSVM\jzCVO\src\LIBSVM.jl:299
[6] #svmtrain#3(::Type, ::LIBSVM.Kernel.KERNEL, ::Int64, ::Float64, ::Float64, ::Float64, ::Float64, ::Float64, ::Float64, ::Bool, ::Bool, ::Nothing, ::Float64, ::Bool, ::Int64, ::typeof(svmtrain), ::Array{Float64,2}, ::CategoricalArray{String,1,UInt8,String,CategoricalString{UInt8},Union{}}) at C:\Users\congedom-admin\.julia\packages\LIBSVM\jzCVO\src\LIBSVM.jl:349
[7] svmtrain(::Array{Float64,2}, ::CategoricalArray{String,1,UInt8,String,CategoricalString{UInt8},Union{}}) at C:\Users\congedom-admin\.julia\packages\LIBSVM\jzCVO\src\LIBSVM.jl:347
[8] top-level scope at none:0