-
Notifications
You must be signed in to change notification settings - Fork 4
Description
After following installation at:
https://probcomp.github.io/GenTF/dev/#Installation-1
I get the following when executing Using GenTF at the julia command line:
julia> using GenTF
[ Info: Precompiling GenTF [1956f2fc-1631-11e9-1597-3d3589996c0f]
ERROR: LoadError: UndefVarError: AddressSet not defined
Stacktrace:
[1] top-level scope at none:0
[2] include at .\boot.jl:326 [inlined]
[3] include_relative(::Module, ::String) at .\loading.jl:1038
[4] include(::Module, ::String) at .\sysimg.jl:29
[5] top-level scope at none:2
[6] eval at .\boot.jl:328 [inlined]
[7] eval(::Expr) at .\client.jl:404
[8] top-level scope at .\none:3
in expression starting at C:\Users\denis.julia\packages\GenTF\HHyo3\src\GenTF.jl:151
ERROR: Failed to precompile GenTF [1956f2fc-1631-11e9-1597-3d3589996c0f] to C:\Users\denis.julia\compiled\v1.1\GenTF\SOJOY.ji.
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1197
[3] _require(::Base.PkgId) at .\loading.jl:960
[4] require(::Base.PkgId) at .\loading.jl:858
[5] require(::Module, ::Symbol) at .\loading.jl:853
I'm new to julia and Gen, but willing to try stuff.
The python setup appears correct --
@pyimport tensorflow as tf
produces:
┌ Warning: @pyimport foo is deprecated in favor of foo = pyimport("foo").
│ caller = _pywrap_pyimport(::PyObject) at PyCall.jl:407
└ @ PyCall C:\Users\denis.julia\packages\PyCall\ttONZ\src\PyCall.jl:407