ERROR: LoadError: UndefVarError: is_linux not defined
Stacktrace:
[1] top-level scope at /home/leaf/.julia/packages/MXNet/i7RgE/deps/build.jl:28
[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/leaf/.julia/packages/MXNet/i7RgE/deps/build.jl:26
I can’t solve the problem by reading its log and I hope someone to help me to attempt to find anything to push the problem. Thanks a lot!
Looks like MXNet is not updated for use with Julia v0.7/v1.0 yet. You can try on Julia v0.6. You can also file an issue https://github.com/dmlc/MXNet.jl about this, or upgrade the package yourself!
@leaf Please do not post these kind of questions in the “Community” category. This category is for “Non-technical topics of the Julia community”, announcements, etc. Please use the “Usage/first steps” for questions like this one.