JuliaPy / Conda.jl

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

Installation of conda seems to have broken python #137

Open davidzentlermunro opened 5 years ago

davidzentlermunro commented 5 years ago

See: https://github.com/JuliaPy/PyCall.jl/issues/626

stevengj commented 5 years ago

According to that issue you got a download failure when you tried to reproduce:

ERROR: failed process: Process(`'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe' -Version 3 -NoProfile -Command "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; (New-Object System.Net.Webclient).DownloadFile('https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Windows-x86_64.exe', 'C:\Users\uctpdtz\.julia\conda\3\installer.exe')"`, ProcessExited(1)) [1]

Maybe some kind of firewall is blocking downloads?