We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I try to build OSQP in julia,there comes a problem like this.Whould any kind people know how to fix this?
(v1.0) pkg> build OSQP Building OSQP → ~/.julia/packages/OSQP/FaA6U/deps/build.log ┌ Error: Error building OSQP: │ % Total % Received % Xferd Average Speed Time Time Time Current │ Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 │ curl: (22) The requested URL returned error: 404 Not Found │ ERROR: LoadError: failed process: Process(curl -g -L -f -o /tmp/juliar7EVp0 https://dl.bintray.com/bstellato/generic/OSQP/0.5.0/osqp-0.5.0-linux64.tar.gz.sha256, ProcessExited(22)) [22] │ Stacktrace: │ [1] error(::String, ::Base.Process, ::String, ::Int64, ::String) at ./error.jl:42 │ [2] pipeline_error at ./process.jl:705 [inlined] │ [3] #run#505(::Bool, ::Function, ::Cmd) at ./process.jl:663 │ [4] run at ./process.jl:661 [inlined] │ [5] download(::String, ::String) at ./download.jl:27 │ [6] download at ./download.jl:45 [inlined] │ [7] get_hash_code(::String) at /home/hzh/.julia/packages/OSQP/FaA6U/deps/build.jl:31 │ [8] top-level scope at none:0 │ [9] include at ./boot.jl:317 [inlined] │ [10] include_relative(::Module, ::String) at ./loading.jl:1044 │ [11] include(::Module, ::String) at ./sysimg.jl:29 │ [12] include(::String) at ./client.jl:392 │ [13] top-level scope at none:0 │ in expression starting at /home/hzh/.julia/packages/OSQP/FaA6U/deps/build.jl:39 └ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1096
~/.julia/packages/OSQP/FaA6U/deps/build.log
OSQP
curl -g -L -f -o /tmp/juliar7EVp0 https://dl.bintray.com/bstellato/generic/OSQP/0.5.0/osqp-0.5.0-linux64.tar.gz.sha256
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when I try to build OSQP in julia,there comes a problem like this.Whould any kind people know how to fix this?
(v1.0) pkg> build OSQP
Building OSQP →
~/.julia/packages/OSQP/FaA6U/deps/build.log
┌ Error: Error building
OSQP
:│ % Total % Received % Xferd Average Speed Time Time Time Current
│ Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
│ curl: (22) The requested URL returned error: 404 Not Found
│ ERROR: LoadError: failed process: Process(
curl -g -L -f -o /tmp/juliar7EVp0 https://dl.bintray.com/bstellato/generic/OSQP/0.5.0/osqp-0.5.0-linux64.tar.gz.sha256
, ProcessExited(22)) [22]│ Stacktrace:
│ [1] error(::String, ::Base.Process, ::String, ::Int64, ::String) at ./error.jl:42
│ [2] pipeline_error at ./process.jl:705 [inlined]
│ [3] #run#505(::Bool, ::Function, ::Cmd) at ./process.jl:663
│ [4] run at ./process.jl:661 [inlined]
│ [5] download(::String, ::String) at ./download.jl:27
│ [6] download at ./download.jl:45 [inlined]
│ [7] get_hash_code(::String) at /home/hzh/.julia/packages/OSQP/FaA6U/deps/build.jl:31
│ [8] top-level scope at none:0
│ [9] include at ./boot.jl:317 [inlined]
│ [10] include_relative(::Module, ::String) at ./loading.jl:1044
│ [11] include(::Module, ::String) at ./sysimg.jl:29
│ [12] include(::String) at ./client.jl:392
│ [13] top-level scope at none:0
│ in expression starting at /home/hzh/.julia/packages/OSQP/FaA6U/deps/build.jl:39
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1096
The text was updated successfully, but these errors were encountered: