-
Notifications
You must be signed in to change notification settings - Fork 57
Install Miniconda3-4.5.4 (Python 3.6) on Windows #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There is one failure in AppVeyor due to network problem https://ci.appveyor.com/project/StevenGJohnson/conda-jl/build/1.0.125 Except for that, it looks like it's working. |
| # * 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-" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main part of this PR is this if block. Everything else is test/CI tweaks.
|
It works with PyCall: JuliaPy/PyCall.jl#577 |
|
Okay. We can just take out this special case when the issue is fixed upstream. (Soon, I hope?) |
|
I hope so. Let's track it in #125. |
|
I forgot we did this! It's been two years, probably time to revert this patch! In particular, it seems like Python 3.6 with breaks Tornado on Windows these days. |
This is a workaround for: