-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
Precompile Error : AddressSet not Defined |
@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? |
I have installed through pip install from the github link.
As per the instruction on the Gen Site.
Regards,
laksh.
…On Tue, Aug 6, 2019 at 9:30 PM Feras Saad ***@***.***> wrote:
@denisfitz57 <https://github.com/denisfitz57> @sln2737
<https://github.com/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?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9?email_source=notifications&email_token=ADCJLG2DFUXLVHTKNB4EYJLQDGNYFA5CNFSM4H5BQKBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3VT6AQ#issuecomment-518733570>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADCJLGY3NLA6ULIB456MI2LQDGNYFANCNFSM4H5BQKBA>
.
|
Hey,
I just signed the petition "goverment of india: “DHARMIK CERTIFIED “ for
Sattvik Food by Sanatan Dharma Like “Halal Certified” exists" and wanted to
see if you could help by adding your name.
Our goal is to reach 50,000 signatures and we need more support. You can
read more and sign the petition here:
http://chng.it/S9h5jzbd5L
Thanks!
LAKSHMINARASIMHAN
|
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 offoo = pyimport("foo")
.│ caller = _pywrap_pyimport(::PyObject) at PyCall.jl:407
└ @ PyCall C:\Users\denis.julia\packages\PyCall\ttONZ\src\PyCall.jl:407
The text was updated successfully, but these errors were encountered: