Error: Error building `TensorFlow`:
│ ERROR: LoadError: UndefVarError: is_windows not defined
│ Stacktrace:
│ [1] top-level scope at none:0
│ [2] include at ./boot.jl:317 [inlined]
│ [3] include_relative(::Module, ::String) at ./loading.jl:1038
│ [4] include(::Module, ::String) at ./sysimg.jl:29
│ [5] include(::String) at ./client.jl:388
│ [6] top-level scope at none:0
│ in expression starting at
/home/amery/.julia/packages/TensorFlow/TizFt/deps/build.jl:13
└ @ Pkg.Operations
/buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1068
当我在Julia中构建Mocha时,我没有定义is_apple,有人告诉我这是因为我没有安装某些模块,而是安装了哪个模块?
答案 0 :(得分:1)
UndefVarError: is_windows not defined
实际上意味着该模块尚未从Julia 0.6更新到Julia 1.0。
从今天开始,我可以建议您尝试使用Julia 0.7(您会看到一些弃用警告,但否则应该可以使用)并等待几周,然后再安装Julia 1.0以与TensorFlow.jl一起使用。
查看此线程,您会发现它应该很快: https://github.com/malmaud/TensorFlow.jl/pull/419
答案 1 :(得分:0)
这表明软件包尚未针对v1.0更新。您需要帮助他们更新代码或等待。