JuliaPy / Conda.jl

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

Infinite loop with miniconda installation on julia 0.6.2 for Windows 10 #99

Closed dpriego87 closed 6 years ago

dpriego87 commented 6 years ago

I can't install PyCall package on Julia 0.6.2 for Windows 10.

It only gives me an infinite loop trying to install miniconda: julia> Pkg.add("PyCall") INFO: Installing PyCall v1.15.0 INFO: Building Conda INFO: Building PyCall INFO: Using the Python distribution in the Conda package by default. To use a different Python version, set ENV["PYTHON"]="pythoncommand" and re-run Pkg.build("PyCall"). INFO: Downloading miniconda installer ... INFO: Installing miniconda ... INFO: Downloading miniconda installer ... INFO: Installing miniconda ... INFO: Downloading miniconda installer ... INFO: Installing miniconda ...

This is my versioninfo output:

`julia> versioninfo() Julia Version 0.6.2 Commit d386e40c17* (2017-12-13 18:08 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NOAFFINITY Prescott) LAPACK: libopenblas64 LIBM: libopenlibm LLVM: libLLVM-3.9.1 (ORCJIT, broadwell)

` This is a fresh install on a brand new updated Windows 10 system

ezgikurt commented 6 years ago

I'm having the same issue. I've tried ENV["PYTHON"]="", Pkg.build("PyCall") and it enters an infinite loop. Is there a solution to this?

stevengj commented 6 years ago

Duplicate of #79.