JuliaPy / Conda.jl

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

Install Miniconda3-4.5.4 (Python 3.6) on Windows #124

Closed tkf closed 6 years ago

tkf commented 6 years ago

This is a workaround for:

tkf commented 6 years ago

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.

tkf commented 6 years ago

It works with PyCall: https://github.com/JuliaPy/PyCall.jl/pull/577

stevengj commented 6 years ago

Okay. We can just take out this special case when the issue is fixed upstream. (Soon, I hope?)

tkf commented 6 years ago

I hope so. Let's track it in #125.

stevengj commented 4 years ago

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.