JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
173 stars 57 forks source link

Build ERROR: LoadError: ArgumentError: isdefined: too few arguments (expected 2) #115

Closed Honghe closed 6 years ago

Honghe commented 6 years ago

Environment:

Log:

(v1.0) pkg> st
    Status `~/.julia/environments/v1.0/Project.toml`
  [8f4d0f93] Conda v1.0.0
  [91a5bcdd] Plots v0.18.0
  [438e738f] PyCall v1.17.1

(v1.0) pkg> build Conda
  Building Conda → `~/.julia/packages/Conda/a196m/deps/build.log`
┌ Error: Error building `Conda`: 
│ ERROR: LoadError: ArgumentError: isdefined: too few arguments (expected 2)
│ 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/honhe/.julia/packages/Conda/a196m/deps/build.jl:7
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1068
SaremS commented 6 years ago

Same here

alexandrebrilhante commented 6 years ago

See #112.

quinnj commented 6 years ago

Should be fixed on master

stevengj commented 6 years ago

Fixed by #113.