aaronmarkham commented on issue #15454: [WIP] Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#issuecomment-509742169
 
 
   @iblis17 I tried to add some more details on getting Ubuntu configured 
natively (since all I did here was get it working via Docker and to run the 
docs), but I ran into this:
   
   ```
   julia> using Pkg; Pkg.build("MXNet")
   ERROR: The following package names could not be resolved:
    * MXNet (not found in project or manifest)
   Please specify by known `name=uuid`.
   Stacktrace:
    [1] pkgerror(::String) at 
/buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:120
    [2] #ensure_resolved#43(::Bool, ::Function, ::Pkg.Types.EnvCache, 
::Array{Pkg.Types.PackageSpec,1}) at 
/buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:900
    [3] ensure_resolved at 
/buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:870
 [inlined]
    [4] 
#build#53(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}},
 ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at 
/buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:455
    [5] build at 
/buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:436
 [inlined]
    [6] build(::String) at 
/buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:431
    [7] top-level scope at none:0
   ```
   
   I saw a post that you might need to add this to the registry like this, but 
it didn't work:
   
   ```(v1.0) pkg> add 
https://github.com/apache/incubator-mxnet/tree/master/julia
      Cloning git-repo 
`https://github.com/apache/incubator-mxnet/tree/master/julia`
   ERROR: failed to clone from 
https://github.com/apache/incubator-mxnet/tree/master/julia, error: 
GitError(Code:ERROR, Class:Net, unexpected HTTP status code: 404)
   ```
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to