Closed stla closed 3 years ago
That's fine now. I disconnected the VPN and the package has been installed. However Julia indicated there is an error with one of the dependencies. Here is what happen when I load the package:
julia> using ODBC
[ Info: Precompiling ODBC [be6f12e9-ca4f-5eb2-a339-a4f995cc0291]
ERROR: LoadError: LoadError: error finding ODBC/config/odbc.ini file; please Pkg.build("ODBC") again
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:33
[2] top-level scope
@ C:\PortableApps\julia_depot_path\packages\ODBC\qhwMX\src\API.jl:181
[3] include(mod::Module, _path::String)
@ Base .\Base.jl:386
[4] include(x::String)
@ ODBC C:\PortableApps\julia_depot_path\packages\ODBC\qhwMX\src\ODBC.jl:1
[5] top-level scope
@ C:\PortableApps\julia_depot_path\packages\ODBC\qhwMX\src\ODBC.jl:7
[6] include
@ .\Base.jl:386 [inlined]
[7] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing)
@ Base .\loading.jl:1213
[8] top-level scope
@ none:1
[9] eval
@ .\boot.jl:360 [inlined]
[10] eval(x::Expr)
@ Base.MainInclude .\client.jl:446
[11] top-level scope
@ none:1
in expression starting at C:\PortableApps\julia_depot_path\packages\ODBC\qhwMX\src\API.jl:1
in expression starting at C:\PortableApps\julia_depot_path\packages\ODBC\qhwMX\src\ODBC.jl:1
ERROR: Failed to precompile ODBC [be6f12e9-ca4f-5eb2-a339-a4f995cc0291] to C:\PortableApps\julia_depot_path\compiled\v1.6\ODBC\jl_B531.tmp.
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY)
@ Base .\loading.jl:1360
[3] compilecache(pkg::Base.PkgId, path::String)
@ Base .\loading.jl:1306
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1021
[5] require(uuidkey::Base.PkgId)
@ Base .\loading.jl:914
[6] require(into::Module, mod::Symbol)
@ Base .\loading.jl:901
Ok, I ran Pkg.build("ODBC")
and it works. Sorry.
Hello,
I'm using Julia portable 1.6.1 on a Windows 10 laptop in which I don't have admin rights. When I try to install ODBC.jl (
] add ODBC
), that starts fine but there's an error at the end:I don't know what is this folder:
C:\buildbot
, it doesn't exist.