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

Failed to precompile GenTF #9

Open
denisfitz57 opened this issue Jul 3, 2019 · 4 comments
Open

Failed to precompile GenTF #9

denisfitz57 opened this issue Jul 3, 2019 · 4 comments

Comments

@denisfitz57
Copy link

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

@dliofindia
Copy link

Precompile Error : AddressSet not Defined
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\sln27.julia\packages\GenTF\HHyo3\src\GenTF.jl:151
ERROR: Failed to precompile GenTF [1956f2fc-1631-11e9-1597-3d3589996c0f] to C:\Users\sln27.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

@fsaad
Copy link
Collaborator

fsaad commented Aug 6, 2019

@denisfitz57 @sln2737 Thanks for the report. This issue is related to versions. How did you install GenTF? Are you using the version of Gen from Github master or the version of Gen that was installed by GenTF?

@dliofindia
Copy link

dliofindia commented Aug 7, 2019 via email

@dliofindia
Copy link

dliofindia commented May 14, 2020 via email

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