-
Couldn't load subscription status.
- Fork 56
Closed
Description
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:
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):
Line 17 in 7094e2a
| 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
Labels
No labels