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 2019/07/18 15:23:01 UTC

[GitHub] [incubator-mxnet] lewisl commented on issue #15587: Can't install on Julia 1.1

lewisl commented on issue #15587: Can't install on Julia 1.1
URL: https://github.com/apache/incubator-mxnet/issues/15587#issuecomment-512863425
 
 
   There seems to be some kind of version numbering conflict between the overall version of MXNet, which is at 1.5.0, and the Julia code.  Julia thinks that the version number being required for the package is 0.3.0.
   
   I tried to be explicit about the version using the uuid for it, but this also fails:
   
   ```
   julia> Pkg.add(PackageSpec(name="MXNet", uuid="a7949054-b901-59c6-b8e3-7238c29bf7f0"))
    Resolving package versions...
   ERROR: Unsatisfiable requirements detected for package MXNet [a7949054]:
    MXNet [a7949054] log:
    ├─possible versions are: [0.0.1-0.0.8, 0.1.0, 0.2.0-0.2.3, 0.3.0] or uninstalled
    ├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.8, 0.1.0, 0.2.0-0.2.3, 0.3.0]
    └─restricted by julia compatibility requirements to versions: uninstalled — no versions left
   Stacktrace:
   <omitted>
   ```
   
   At this point I'm stuck.

----------------------------------------------------------------
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