JuliaPy / Conda.jl

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

miniconda-latest installer #64

Closed arklian-zz closed 7 years ago

arklian-zz commented 7 years ago

The miniconda installer url looks for "https://repo.continuum.io/miniconda/Miniconda-latest-" but https://repo.continuum.io/miniconda seems to only offer Miniconda2-latest- and Miniconda3-latest.

When I try to use Conda.Add, I get ERROR: automatic download failed (error: 2148270086): http://repo.continuum.io/miniconda/Miniconda-latest-Windows-x86_64.exe

Should this be fixed, or am I doing something wrong.

lanzafame commented 7 years ago

There is only a "https://repo.continuum.io/miniconda/Miniconda-latest-" for Linux. But as the download page says "Note: the Miniconda-latest- installers are Miniconda2- installers."

Luthaf commented 7 years ago

Looks like Miniconda changed the installers names. I'll fix this.

Luthaf commented 7 years ago

The fix is published in https://github.com/JuliaLang/METADATA.jl/pull/7825.