【发布时间】:2018-08-26 09:40:46
【问题描述】:
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 未定义,有人告诉我这是因为我没有安装某些模块,但是是哪个模块?
【问题讨论】:
标签: tensorflow julia