JuliaPy / Conda.jl

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

Building packages #160

Closed saersamani closed 4 years ago

saersamani commented 5 years ago

I have been trying to install a couple of packages on my windows 10 machine and I keep getting the building error. I am using julia-1.0.4.

Thanks for your help.

 Building Conda ─────→ `C:\Users\Administrator.58HGNF2-L\.julia\packages\Conda\kLXeC\deps\build.log`
  Building NCDatasets → `C:\Users\Administrator.58HGNF2-L\.julia\packages\NCDatasets\P5zq1\deps\build.log`
┌ Error: Error building `NCDatasets`:
│ [ Info: Downloading miniconda installer ...
│ ERROR: LoadError: 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\Administrator.58HGNF2-L\.julia\conda\3\installer.exe')"`, ProcessExited(3221225477)) [3221225477]
│ Stacktrace:
│  [1] error(::String, ::Base.Process, ::String, ::Int64, ::String) at .\error.jl:42
│  [2] pipeline_error at .\process.jl:705 [inlined]
│  [3] download(::String, ::String) at .\download.jl:20
│  [4] _install_conda(::Symbol, ::Bool) at C:\Users\Administrator.58HGNF2-L\.julia\packages\Conda\kLXeC\src\Conda.jl:160
│  [5] _install_conda at C:\Users\Administrator.58HGNF2-L\.julia\packages\Conda\kLXeC\src\Conda.jl:152 [inlined]
│  [6] parseconda(::Cmd, ::Symbol) at C:\Users\Administrator.58HGNF2-L\.julia\packages\Conda\kLXeC\src\Conda.jl:119
│  [7] search(::String, ::Symbol) at C:\Users\Administrator.58HGNF2-L\.julia\packages\Conda\kLXeC\src\Conda.jl:257
│  [8] exists(::String, ::Symbol) at C:\Users\Administrator.58HGNF2-L\.julia\packages\Conda\kLXeC\src\Conda.jl:281
│  [9] package_available at C:\Users\Administrator.58HGNF2-L\.julia\packages\CondaBinDeps\gR9KR\src\bindeps_conda.jl:19 [inlined]
│  [10] can_provide(::CondaBinDeps.EnvManager{Symbol("C:\\Users\\Administrator.58HGNF2-L\\.julia\\conda\\3")}, ::Dict{Symbol,Any}, ::BinDeps.LibraryDependency) at C:\Users\Administrator.58HGNF2-L\.julia\packages\BinDeps\ZEval\src\dependencies.jl:792
│  [11] #_find_library#42(::Type, ::Function, ::BinDeps.LibraryDependency) at C:\Users\Administrator.58HGNF2-L\.julia\packages\BinDeps\ZEval\src\dependencies.jl:649
│  [12] _find_library at C:\Users\Administrator.58HGNF2-L\.julia\packages\BinDeps\ZEval\src\dependencies.jl:643 [inlined]
│  [13] satisfy!(::BinDeps.LibraryDependency, ::Array{DataType,1}) at C:\Users\Administrator.58HGNF2-L\.julia\packages\BinDeps\ZEval\src\dependencies.jl:922 (repeats 2 times)
│  [14] top-level scope at C:\Users\Administrator.58HGNF2-L\.julia\packages\BinDeps\ZEval\src\dependencies.jl:977
│  [15] include at .\boot.jl:317 [inlined]
│  [16] include_relative(::Module, ::String) at .\loading.jl:1044
│  [17] include(::Module, ::String) at .\sysimg.jl:29
│  [18] include(::String) at .\client.jl:392
│  [19] top-level scope at none:0
│ in expression starting at C:\Users\Administrator.58HGNF2-L\.julia\packages\NCDatasets\P5zq1\deps\build.jl:39
└ @ Pkg.Operations C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\Operations.jl:1096
stevengj commented 4 years ago

Sounds like the error is in the NCDatasets.jl package (see the last two lines), so please report the problem there.