JuliaPy / Conda.jl

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

With Julia master, build Conda fails with MINICONDA_VERSION not defined #86

Closed colbec closed 7 years ago

colbec commented 7 years ago

In the last few days, Pkg.update() fails in

Julia Version 0.7.0-DEV.1165
Commit 1a43098cf7 (2017-07-31 03:33 UTC)

with

LoadError: UndefVarError: MINICONDA_VERSION not defined
while loading /home/colin/.julia/v0.7/Conda/deps/build.jl, in expression starting on line 13

I see that the build script looks for a file deps.jlwhich is not in the new directory structure but does exist in my deps directory. It appears that a definition is expected for MINICONDA_VERSION in the deps.jlbut in my case there is only a definition for const ROOTENV. Any action necessary on my part?

colbec commented 7 years ago

Sorry, repeat of #85, very strange, I thought I did a search for previous.