You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/27 17:40:13 UTC

[GitHub] [incubator-mxnet] IamOlep opened a new issue #17447: Pre-compilation fail for MXNet.jl

IamOlep opened a new issue #17447: Pre-compilation fail for MXNet.jl
URL: https://github.com/apache/incubator-mxnet/issues/17447
 
 
   Every time I try to import MXNet in Julia, I get the following error. Is it a problem of my configuration or something more general? I just can't figure it out from the error message.
   I use Linux, in particular I'm on Manjaro-i3. The system is up-to-date but I also tried with older images.
   
   
   
   ┌ Error: Error building `MXNet`: 
   │ [ Info: Found nvcc: /opt/cuda/bin/nvcc
   │ ERROR: LoadError: MethodError: no method matching replace(::String, ::String, ::String)
   │ Closest candidates are:
   │   replace(::String, !Matched::Pair{#s64,B} where B where #s64<:AbstractChar; count) at strings/util.jl:421
   │   replace(::String, !Matched::Pair{#s61,B} where B where #s61<:Union{Tuple{Vararg{AbstractChar,N} where N}, Set{#s58} where #s58<:AbstractChar, AbstractArray{#s59,1} where #s59<:AbstractChar}; count) at strings/util.jl:426
   │   replace(::String, !Matched::Pair; count) at strings/util.jl:433
   │   ...
   │ Stacktrace:
   │  [1] top-level scope at /home/fabio/.julia/packages/MXNet/XoVCW/deps/build.jl:57
   │  [2] top-level scope at none:5
   │ in expression starting at /home/fabio/.julia/packages/MXNet/XoVCW/deps/build.jl:53
   └ @ Pkg.Operations /build/julia/src/julia-1.3.1/usr/share/julia/stdlib/v1.3/Pkg/src/backwards_compatible_isolation.jl:649
   false
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] fedario edited a comment on issue #17447: Pre-compilation fail for MXNet.jl

Posted by GitBox <gi...@apache.org>.
fedario edited a comment on issue #17447: Pre-compilation fail for MXNet.jl
URL: https://github.com/apache/incubator-mxnet/issues/17447#issuecomment-596830960
 
 
   It is a weird error, because it should be fixed by https://github.com/apache/incubator-mxnet/pull/16610
   But for some reason an older version of `build.jl` is downloaded when installing via Julia's package manager.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] fedario commented on issue #17447: Pre-compilation fail for MXNet.jl

Posted by GitBox <gi...@apache.org>.
fedario commented on issue #17447: Pre-compilation fail for MXNet.jl
URL: https://github.com/apache/incubator-mxnet/issues/17447#issuecomment-596825516
 
 
   I also get this error on Ubuntu 19.10.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] fedario commented on issue #17447: Pre-compilation fail for MXNet.jl

Posted by GitBox <gi...@apache.org>.
fedario commented on issue #17447: Pre-compilation fail for MXNet.jl
URL: https://github.com/apache/incubator-mxnet/issues/17447#issuecomment-597269203
 
 
   The package version in Julia's package registry is still at 1.5.0, that is probably the issue.
   
   Can anyone bump the Julia package in the registry to 1.6.0?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] fedario commented on issue #17447: Pre-compilation fail for MXNet.jl

Posted by GitBox <gi...@apache.org>.
fedario commented on issue #17447: Pre-compilation fail for MXNet.jl
URL: https://github.com/apache/incubator-mxnet/issues/17447#issuecomment-596830960
 
 
   It is a weird error, because it should be fixed by https://github.com/apache/incubator-mxnet/pull/16610
   But for some reason an older version of `build.jl` is downloaded when installing via julias package mananger.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services