Skip to content

[Waiting for upstream] Revert pinning Miniconda3-4.5.4 (Python 3.6) on Windows #125

@tkf

Description

@tkf

This if block I introduced in #124 should be removed once conda can install Python 3.7 packages on Windows properly from Anaconda's default channel:

Conda.jl/src/Conda.jl

Lines 131 to 137 in 7094e2a

if MINICONDA_VERSION == "3"
# Quick fix for:
# * https://github.com/JuliaLang/IJulia.jl/issues/739
# * https://github.com/ContinuumIO/anaconda-issues/issues/10082
# * https://github.com/conda/conda/issues/7789
res = "https://repo.continuum.io/miniconda/Miniconda$(MINICONDA_VERSION)-4.5.4-"
end

Also, this line should be changed to Conda.add("python", env):

Conda.add("python=3.6", env) # 3.7 doesn't work on Windows at the moment

@tkelman Do you know where is the upstream issue we should watch? Is it conda/conda#7789?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions