You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on Ubuntu 16.04 LTS.
I installed LibPQ using (v1.0) pkg> add LibPQ#master as I was previously getting an error when I tried installing via Pkg.add("LibPQ").
julia> using LibPQ
[ Info: Precompiling LibPQ [194296ae-ab2e-5f79-8cd4-7183a0a5a0d1]
ERROR: LoadError: LoadError: UndefVarError: start not defined
Stacktrace:
[1] getproperty(::Module, ::Symbol) at ./sysimg.jl:13
[2] top-level scope at none:0
[3] include at ./boot.jl:317 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1038
[5] include at ./sysimg.jl:29 [inlined]
[6] include(::String) at /home/mdsalerno/.julia/packages/LibPQ/oOJbp/src/LibPQ.jl:1
[7] top-level scope at none:0
[8] include at ./boot.jl:317 [inlined]
[9] include_relative(::Module, ::String) at ./loading.jl:1038
[10] include(::Module, ::String) at ./sysimg.jl:29
[11] top-level scope at none:2
[12] eval at ./boot.jl:319 [inlined]
[13] eval(::Expr) at ./client.jl:389
[14] top-level scope at ./none:3
in expression starting at /home/mdsalerno/.julia/packages/LibPQ/oOJbp/src/typemaps.jl:189
in expression starting at /home/mdsalerno/.julia/packages/LibPQ/oOJbp/src/LibPQ.jl:58
ERROR: Failed to precompile LibPQ [194296ae-ab2e-5f79-8cd4-7183a0a5a0d1] to /home/mdsalerno/.julia/compiled/v1.0/LibPQ/LeQQU.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] macro expansion at ./logging.jl:313 [inlined]
[3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184
[4] _require(::Base.PkgId) at ./logging.jl:311
[5] require(::Base.PkgId) at ./loading.jl:852
[6] macro expansion at ./logging.jl:311 [inlined]
[7] require(::Module, ::Symbol) at ./loading.jl:834
The text was updated successfully, but these errors were encountered:
Running on Ubuntu 16.04 LTS.
I installed LibPQ using
(v1.0) pkg> add LibPQ#master
as I was previously getting an error when I tried installing viaPkg.add("LibPQ")
.The text was updated successfully, but these errors were encountered: