Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error building SVR #5

Open
yordiak opened this issue Apr 30, 2020 · 1 comment
Open

error building SVR #5

yordiak opened this issue Apr 30, 2020 · 1 comment

Comments

@yordiak
Copy link

yordiak commented Apr 30, 2020

When I try to build SVR I am facing the following error

┌ Error: Error building SVR:
│ ERROR: LoadError: IOError: could not spawn make clean: no such file or directory (ENOENT)
│ Stacktrace:
│ [1] _spawn_primitive(::String, ::Cmd, ::Array{Any,1}) at .\process.jl:99
│ [2] #550 at .\process.jl:112 [inlined]
│ [3] setup_stdios(::Base.var"#550#551"{Cmd}, ::Array{Any,1}) at .\process.jl:196
│ [4] _spawn at .\process.jl:111 [inlined]
│ [5] run(::Cmd; wait::Bool) at .\process.jl:439
│ [6] run(::Cmd) at .\process.jl:438
│ [7] top-level scope at C:\Users\gi_di.julia\packages\SVR\SbDa4\deps\build.jl:2
│ [8] include(::String) at .\client.jl:439
│ [9] top-level scope at none:5
│ in expression starting at C:\Users\gi_di.julia\packages\SVR\SbDa4\deps\build.jl:2
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Pkg\src\Operations.jl:892

I tried to build it as with administration privileges, but the problem persists.

I am using Julia 1.4 on a Win10 64bit machine

@montyvesselinov
Copy link
Member

I noticed this on Windows machines. The problem that 'makeandg++` are not available by default.

As long you can compile the stuff in C:\Users\gi_di.julia\packages\SVR\SbDa4\deps\libsvm-3.22

it will work.

Sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants