Skip to content

Instantly share code, notes, and snippets.

@miguelraz
Created April 27, 2017 22:50
Show Gist options
  • Save miguelraz/be8278697a77d3adf9bd05ed6cec53ca to your computer and use it in GitHub Desktop.
Save miguelraz/be8278697a77d3adf9bd05ed6cec53ca to your computer and use it in GitHub Desktop.
```julia
Pkg.add("DifferentialEquations")
```
INFO: Cloning cache of AlgebraicDiffEq from https://github.com/JuliaDiffEq/AlgebraicDiffEq.jl.git
INFO: Cloning cache of ChunkedArrays from https://github.com/ChrisRackauckas/ChunkedArrays.jl.git
INFO: Cloning cache of DelayDiffEq from https://github.com/JuliaDiffEq/DelayDiffEq.jl.git
INFO: Cloning cache of DiffEqBase from https://github.com/JuliaDiffEq/DiffEqBase.jl.git
INFO: Cloning cache of DiffEqBiological from https://github.com/JuliaDiffEq/DiffEqBiological.jl.git
INFO: Cloning cache of DiffEqCallbacks from https://github.com/JuliaDiffEq/DiffEqCallbacks.jl.git
INFO: Cloning cache of DiffEqDevTools from https://github.com/JuliaDiffEq/DiffEqDevTools.jl.git
INFO: Cloning cache of DiffEqFinancial from https://github.com/JuliaDiffEq/DiffEqFinancial.jl.git
INFO: Cloning cache of DiffEqJump from https://github.com/JuliaDiffEq/DiffEqJump.jl.git
INFO: Cloning cache of DiffEqMonteCarlo from https://github.com/JuliaDiffEq/DiffEqMonteCarlo.jl.git
INFO: Cloning cache of DiffEqPDEBase from https://github.com/JuliaDiffEq/DiffEqPDEBase.jl.git
INFO: Cloning cache of DiffEqParamEstim from https://github.com/JuliaDiffEq/DiffEqParamEstim.jl.git
INFO: Cloning cache of DiffEqSensitivity from https://github.com/JuliaDiffEq/DiffEqSensitivity.jl.git
INFO: Cloning cache of DifferentialEquations from https://github.com/JuliaDiffEq/DifferentialEquations.jl.git
INFO: Cloning cache of EllipsisNotation from https://github.com/ChrisRackauckas/EllipsisNotation.jl.git
INFO: Cloning cache of FiniteElementDiffEq from https://github.com/JuliaDiffEq/FiniteElementDiffEq.jl.git
INFO: Cloning cache of GenericSVD from https://github.com/simonbyrne/GenericSVD.jl.git
INFO: Cloning cache of InplaceOps from https://github.com/simonbyrne/InplaceOps.jl.git
INFO: Cloning cache of IterativeSolvers from https://github.com/JuliaMath/IterativeSolvers.jl.git
INFO: Cloning cache of LearnBase from https://github.com/JuliaML/LearnBase.jl.git
INFO: Cloning cache of LossFunctions from https://github.com/JuliaML/LossFunctions.jl.git
INFO: Cloning cache of LsqFit from https://github.com/JuliaNLSolvers/LsqFit.jl.git
INFO: Cloning cache of MultiScaleArrays from https://github.com/JuliaDiffEq/MultiScaleArrays.jl.git
INFO: Cloning cache of NLsolve from https://github.com/EconForge/NLsolve.jl.git
INFO: Cloning cache of OrdinaryDiffEq from https://github.com/JuliaDiffEq/OrdinaryDiffEq.jl.git
INFO: Cloning cache of ParameterizedFunctions from https://github.com/JuliaDiffEq/ParameterizedFunctions.jl.git
INFO: Cloning cache of Ranges from https://github.com/JuliaArrays/Ranges.jl.git
INFO: Cloning cache of RecipesBase from https://github.com/JuliaPlots/RecipesBase.jl.git
INFO: Cloning cache of RecursiveArrayTools from https://github.com/ChrisRackauckas/RecursiveArrayTools.jl.git
INFO: Cloning cache of ResettableStacks from https://github.com/ChrisRackauckas/ResettableStacks.jl.git
INFO: Cloning cache of StochasticDiffEq from https://github.com/JuliaDiffEq/StochasticDiffEq.jl.git
INFO: Cloning cache of StokesDiffEq from https://github.com/JuliaDiffEq/StokesDiffEq.jl.git
INFO: Cloning cache of Sundials from https://github.com/JuliaDiffEq/Sundials.jl.git
INFO: Cloning cache of SymEngine from https://github.com/symengine/SymEngine.jl.git
INFO: Cloning cache of VectorizedRoutines from https://github.com/ChrisRackauckas/VectorizedRoutines.jl.git
INFO: Installing AlgebraicDiffEq v0.1.0
INFO: Installing ChunkedArrays v0.1.1
INFO: Installing DelayDiffEq v0.1.0
INFO: Installing DiffEqBase v0.11.0
INFO: Installing DiffEqBiological v0.0.1
INFO: Installing DiffEqCallbacks v0.0.1
INFO: Installing DiffEqDevTools v0.6.0
INFO: Installing DiffEqFinancial v0.0.1
INFO: Installing DiffEqJump v0.1.0
INFO: Installing DiffEqMonteCarlo v0.0.1
INFO: Installing DiffEqPDEBase v0.0.3
INFO: Installing DiffEqParamEstim v0.1.0
INFO: Installing DiffEqSensitivity v0.0.4
INFO: Installing DifferentialEquations v1.8.0
INFO: Installing EllipsisNotation v0.0.2
INFO: Installing FiniteElementDiffEq v0.2.1
INFO: Installing GenericSVD v0.0.2
INFO: Installing InplaceOps v0.1.0
INFO: Installing IterativeSolvers v0.2.2
INFO: Installing LearnBase v0.1.3
INFO: Installing LossFunctions v0.0.3
INFO: Installing LsqFit v0.2.0
INFO: Installing MultiScaleArrays v0.1.0
INFO: Installing NLsolve v0.9.1
INFO: Installing OrdinaryDiffEq v1.4.1
INFO: Installing ParameterizedFunctions v1.0.0
INFO: Installing Ranges v0.0.1
INFO: Installing RecipesBase v0.1.0
INFO: Installing RecursiveArrayTools v0.2.0
INFO: Installing ResettableStacks v0.1.0
INFO: Installing StochasticDiffEq v1.1.0
INFO: Installing StokesDiffEq v0.1.0
INFO: Installing Sundials v0.7.0
INFO: Installing SymEngine v0.1.3
INFO: Installing VectorizedRoutines v0.0.2
INFO: Building Rmath
INFO: Building Sundials
WARNING: Base.WORD_SIZE is deprecated.
likely near C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\build.jl:21
INFO: Attempting to Create directory C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\downloads
INFO: Downloading file https://cache.julialang.org/https://bintray.com/artifact/download/tkelman/generic/sundials-2.5.0.7z
Exception calling "DownloadFile" with "2" argument(s): "The request was aborted: Could not create SSL/TLS secure
channel."
At line:1 char:1
+ (new-object net.webclient).DownloadFile("https://cache.julialang.org/ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : WebException
==============================[ ERROR: Sundials ]===============================
LoadError: failed process: Process(`'C:\Windows\System32\WindowsPowerShell\v1.0\powershell' -NoProfile -Command '(new-object net.webclient).DownloadFile("https://cache.julialang.org/https://bintray.com/artifact/download/tkelman/generic/sundials-2.5.0.7z", "C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\downloads\sundials-2.5.0.7z")'`, ProcessExited(1)) [1]
while loading C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\build.jl, in expression starting on line 37
================================================================================
INFO: Building Conda
INFO: Building SymEngine
WARNING: Base.WORD_SIZE is deprecated.
likely near C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\SymEngine\deps\build.jl:11
INFO: Attempting to Create directory C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\SymEngine\deps\downloads
INFO: Downloading file https://github.com/symengine/symengine/releases/download/v0.2.0/binaries-msvc-x86_64.tar.bz2
INFO: Done downloading file https://github.com/symengine/symengine/releases/download/v0.2.0/binaries-msvc-x86_64.tar.bz2
INFO: Attempting to Create directory C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\SymEngine
INFO: Directory C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\SymEngine already created

7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive:
Extracting usr\include\symengine\polys\uintpoly.h
Processing archive: C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\SymEngine\deps\downloads\binaries-msvc-x86_64.tar.bz2
Extracting binaries-msvc-x86_64.tar
Extracting usr\bin\api-ms-win-crt-time-l1-1-0.dll
Extracting usr\include\gmp-impl.h
Extracting usr\include\symengine\eval_mpfr.h
Extracting usr\include\symengine\polys\uintpoly_flint.h
Extracting usr\include\symengine\basic-methods.inc
Extracting usr\bin\api-ms-win-crt-utility-l1-1-0.dll
Extracting usr\include\symengine\polys\uexprpoly.h
Extracting usr\lib\gmp.lib
Extracting usr\include\symengine\symengine_exception.h
Extracting usr\include\symengine\printer.h
Extracting usr\bin\api-ms-win-core-namedpipe-l1-1-0.dll
Extracting usr\bin\api-ms-win-crt-conio-l1-1-0.dll
Extracting usr\bin\api-ms-win-core-processthreads-l1-1-0.dll
Extracting usr\bin\api-ms-win-core-util-l1-1-0.dll
Extracting usr\bin\api-ms-win-crt-string-l1-1-0.dll
Extracting usr\include\symengine\visitor.h
Extracting usr\licenses\mpir
Extracting usr\bin\concrt140.dll
Extracting usr\bin\api-ms-win-core-file-l1-2-0.dll
Extracting usr\licenses\symengine
Extracting usr\include\symengine\polys\msymenginepoly.h
Extracting usr\bin\api-ms-win-core-console-l1-1-0.dll
Extracting usr\include\symengine\fields.h
Extracting usr\lib
Extracting usr\include\mpirxx.h
Extracting usr\include\symengine\matrix.h
Extracting usr\bin\api-ms-win-core-rtlsupport-l1-1-0.dll
Extracting usr\bin\symengine.dll
Extracting usr\bin\vcomp140.dll
Extracting usr\lib\gmp_static.lib
Extracting usr\include\symengine\mp_wrapper.h
Extracting usr\include\symengine\ntheory.h
Extracting usr\include\symengine\monomials.h
Extracting usr\include\symengine\derivative.h
Extracting usr\include\symengine\series.h
Extracting usr\bin\api-ms-win-crt-private-l1-1-0.dll
Extracting usr\bin\api-ms-win-core-synch-l1-1-0.dll
Extracting usr\lib\mpir.lib
Extracting usr\include\symengine\series_visitor.h
Extracting usr\bin\api-ms-win-core-errorhandling-l1-1-0.dll
Extracting usr\include\symengine\rings.h
Extracting usr\bin\api-ms-win-core-libraryloader-l1-1-0.dll
Extracting usr\bin\api-ms-win-crt-stdio-l1-1-0.dll
Extracting usr\bin\api-ms-win-crt-filesystem-l1-1-0.dll
Extracting usr\include\symengine\lambda_double.h
Extracting usr\bin\api-ms-win-core-memory-l1-1-0.dll
Extracting usr\include\symengine\complex_mpc.h
Extracting usr\include\symengine\eval.h
Extracting usr\include\gmp-longlong.h
Extracting usr\bin\api-ms-win-core-processthreads-l1-1-1.dll
Extracting usr\lib\gmpxx_static.lib
Extracting usr\include
Extracting usr\include\symengine\series_generic.h
Extracting usr\include\symengine\sets.h
Extracting usr\include\symengine\dict.h
Extracting usr\include\symengine\cwrapper.h
Extracting usr\include\symengine\real_double.h
Extracting usr\bin\api-ms-win-crt-convert-l1-1-0.dll
Extracting usr\bin\api-ms-win-core-interlocked-l1-1-0.dll
Extracting usr\include\symengine\infinity.h
Extracting usr\CMake\SymEngineConfig.cmake
Extracting usr\include\symengine\eval_mpc.h
Extracting usr\include\symengine\polys\basic_conversions.h
Extracting usr\include\symengine\symengine_rcp.h
Extracting usr\include\symengine\polys\uratpoly.h
Extracting usr\bin\api-ms-win-core-file-l2-1-0.dll
Extracting usr\bin\api-ms-win-core-string-l1-1-0.dll
Extracting usr\include\symengine\diophantine.h
Extracting usr\include\symengine\eval_double.h
Extracting usr\include\symengine\polys\uintpoly_piranha.h
Extracting usr\include\gmpxx.h
Extracting usr\bin\gmp.dll
Extracting usr\bin
Extracting usr\bin\ucrtbase.dll
Extracting usr\include\symengine\polys
Extracting usr\include\symengine\complex.h
Extracting usr\include\symengine\polys\usymenginepoly.h
Extracting usr\include\symengine\symbol.h
Extracting usr\include\symengine\polys\upolybase.h
Extracting usr\bin\api-ms-win-core-synch-l1-2-0.dll
Extracting usr\include\symengine\symengine_assert.h
Extracting usr
Extracting usr\bin\api-ms-win-crt-process-l1-1-0.dll
Extracting usr\bin\api-ms-win-core-profile-l1-1-0.dll
Extracting usr\include\symengine\basic.h
Extracting usr\bin\api-ms-win-core-processenvironment-l1-1-0.dll
Extracting usr\include\symengine\basic-inl.h
Extracting usr\include\symengine\mp_class.h
Extracting usr\bin\api-ms-win-crt-math-l1-1-0.dll
Extracting usr\include\symengine\series_piranha.h
Extracting usr\licenses\mpir\COPYING.LIB
Extracting usr\licenses\mpir\COPYING
Extracting usr\include\symengine\codegen.h
Extracting usr\bin\api-ms-win-core-handle-l1-1-0.dll
Extracting usr\bin\api-ms-win-crt-heap-l1-1-0.dll
Extracting usr\include\symengine
Extracting usr\include\symengine\pow.h
Extracting usr\CMake\SymEngineTargets.cmake
Extracting usr\include\symengine\mul.h
Extracting usr\bin\api-ms-win-core-debug-l1-1-0.dll
Extracting usr\include\symengine\integer.h
Extracting usr\include\symengine\logic.h
Extracting usr\include\gmp.h
Extracting usr\include\symengine\add.h
Extracting usr\include\symengine\finitediff.h
Extracting usr\bin\vccorlib140.dll
Extracting usr\bin\msvcp140.dll
Extracting usr\include\symengine\rational.h
Extracting usr\include\symengine\symengine_export.h
Extracting usr\include\symengine\functions.h
Extracting usr\bin\api-ms-win-core-heap-l1-1-0.dll
Extracting usr\bin\mpir_static.pdb
Extracting usr\lib\mpirxx_static.lib
Extracting usr\bin\api-ms-win-core-datetime-l1-1-0.dll
Extracting usr\bin\api-ms-win-crt-locale-l1-1-0.dll
Extracting usr\include\symengine\eval_arb.h
Extracting usr\include\symengine\number.h
Extracting usr\CMake\SymEngineTargets-release.cmake
Extracting usr\include\mpir.h
Extracting usr\include\symengine\complex_double.h
Extracting usr\bin\api-ms-win-core-sysinfo-l1-1-0.dll
Extracting usr\include\symengine\real_mpfr.h
Extracting usr\bin\api-ms-win-crt-runtime-l1-1-0.dll
Extracting usr\include\symengine\expression.h
Extracting usr\include\symengine\series_flint.h
Extracting usr\CMake
Extracting usr\bin\api-ms-win-core-file-l1-1-0.dll
Extracting usr\include\symengine\symengine_config.h
Extracting usr\bin\api-ms-win-crt-multibyte-l1-1-0.dll
Extracting usr\licenses\symengine\LICENSE
Extracting usr\licenses
Extracting usr\lib\mpir_static.lib
Extracting usr\lib\symengine.lib
Extracting usr\include\gmp-config.h
Extracting usr\bin\vcruntime140.dll
Extracting usr\bin\api-ms-win-crt-environment-l1-1-0.dll
Extracting usr\bin\mpir.dll
Extracting usr\bin\api-ms-win-core-timezone-l1-1-0.dll
Extracting usr\bin\mpir.pdb
Extracting usr\include\symengine\constants.h
Extracting usr\include\symengine\subs.h
Extracting usr\include\symengine\type_codes.inc
Extracting usr\bin\api-ms-win-core-localization-l1-2-0.dll
Extracting usr\bin\mpirxx_static.pdb
Extracting usr\CMake\SymEngineConfigVersion.cmake
Extracting usr\include\symengine\parser.h
Extracting usr\include\symengine\flint_wrapper.h
Extracting usr\include\gmp-mparam.h
Everything is Ok
Folders: 10
Files: 139
Size: 26660437
Compressed: 77312
Everything is Ok
Size: 0
Compressed: 5608215
================================[ BUILD ERRORS ]================================
WARNING: Sundials had build errors.
- packages with build errors remain installed in C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5
- build the package(s) and all dependencies with `Pkg.build("Sundials")`
- build a single package by running its `deps/build.jl` script
================================================================================
INFO: Package database updated
INFO: METADATA is out-of-date — you may not have the latest version of DifferentialEquations
INFO: Use `Pkg.update()` to get the latest versions of your packages

```julia
Pkg.update()
```
INFO: Updating METADATA...
INFO: Updating cache of CodeTools...
INFO: Updating cache of Combinatorics...
INFO: Updating cache of Polynomials...
INFO: Updating cache of Hexagons...
INFO: Updating cache of Images...
INFO: Updating cache of GLM...
INFO: Updating cache of IntervalSets...
INFO: Updating cache of ImageFiltering...
INFO: Updating cache of Media...
INFO: Updating cache of ColorTypes...
INFO: Updating cache of Lazy...
INFO: Updating cache of Requires...
INFO: Updating cache of LightXML...
INFO: Updating cache of CategoricalArrays...
INFO: Updating cache of Measures...
INFO: Updating cache of ImageTransformations...
INFO: Updating cache of MbedTLS...
INFO: Updating cache of Gadfly...
INFO: Updating cache of JLD...
INFO: Updating cache of Rotations...
INFO: Updating cache of ZMQ...
INFO: Updating cache of Clustering...
INFO: Updating cache of IJulia...
INFO: Updating cache of Graphics...
INFO: Updating cache of TextWrap...
INFO: Updating cache of LineSearches...
INFO: Updating cache of PolynomialFactors...
INFO: Updating cache of DataFrames...
INFO: Updating cache of Distributions...
INFO: Updating cache of ImageAxes...
INFO: Updating cache of Atom...
INFO: Updating cache of NaNMath...
INFO: Updating cache of ForwardDiff...
INFO: Updating cache of SimpleTraits...
INFO: Updating cache of Conda...
INFO: Updating cache of Loess...
INFO: Updating cache of DataStreams...
INFO: Updating cache of LightGraphs...
INFO: Updating cache of DiffBase...
INFO: Updating cache of Compose...
INFO: Updating cache of ColorVectorSpace...
INFO: Updating cache of FixedPointNumbers...
INFO: Updating cache of ImageCore...
INFO: Updating cache of ProtoBuf...
INFO: Updating cache of Compat...
INFO: Updating cache of Iterators...
INFO: Updating cache of JSON...
INFO: Updating cache of DecisionTree...
INFO: Updating cache of StaticArrays...
INFO: Updating cache of Parameters...
INFO: Updating cache of HypothesisTests...
INFO: Updating cache of Interpolations...
INFO: Updating cache of JuMP...
INFO: Updating cache of CoordinateTransformations...
INFO: Updating cache of OffsetArrays...
INFO: Updating cache of GZip...
INFO: Updating cache of ODBC...
INFO: Updating cache of StatsFuns...
INFO: Updating cache of Formatting...
INFO: Updating cache of HDF5...
INFO: Updating cache of QuadGK...
INFO: Updating cache of ImageMetadata...
INFO: Updating cache of Mustache...
INFO: Updating cache of ArgParse...
INFO: Updating cache of Showoff...
INFO: Updating cache of ReverseDiffSparse...
INFO: Updating cache of HttpServer...
INFO: Updating cache of JavaCall...
INFO: Updating cache of PyCall...
INFO: Updating cache of Calculus...
INFO: Updating cache of MathProgBase...
INFO: Updating cache of PDMats...
INFO: Updating cache of RCall...
INFO: Updating cache of Reactive...
INFO: Updating cache of AxisArrays...
INFO: Updating cache of CSV...
INFO: Updating cache of DataFrames...
INFO: Computing changes...
INFO: Downgrading DelayDiffEq: v0.1.0 => v0.0.1
INFO: Downgrading DiffEqBase: v0.11.0 => v0.6.0
INFO: Upgrading DiffEqCallbacks: v0.0.1 => v0.0.2
INFO: Upgrading DiffEqMonteCarlo: v0.0.1 => v0.1.0
INFO: Upgrading DiffEqPDEBase: v0.0.3 => v0.1.0
INFO: Downgrading DifferentialEquations: v1.8.0 => v1.6.0
INFO: Upgrading EllipsisNotation: v0.0.2 => v0.1.0
INFO: Upgrading LearnBase: v0.1.3 => v0.1.5
INFO: Downgrading LightGraphs: v0.7.5 => v0.7.3
INFO: Downgrading OrdinaryDiffEq: v1.4.1 => v1.0.2
INFO: Upgrading ParameterizedFunctions: v1.0.0 => v1.2.0
INFO: Upgrading RecursiveArrayTools: v0.2.0 => v0.3.0
INFO: Downgrading StochasticDiffEq: v1.1.0 => v0.5.0
INFO: Upgrading Sundials: v0.7.0 => v0.9.0
INFO: Upgrading SymEngine: v0.1.3 => v0.1.5
INFO: Removing DiffEqBiological v0.0.1
INFO: Removing DiffEqFinancial v0.0.1
INFO: Removing DiffEqJump v0.1.0
INFO: Removing MultiScaleArrays v0.1.0
INFO: Building Rmath
INFO: Building Sundials
INFO: Attempting to Create directory C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\downloads
INFO: Directory C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\downloads already created
INFO: Downloading file https://cache.julialang.org/https://bintray.com/artifact/download/tkelman/generic/sundials-2.5.0.7z
Exception calling "DownloadFile" with "2" argument(s): "The request was aborted: Could not create SSL/TLS secure
channel."
At line:1 char:1
+ (new-object net.webclient).DownloadFile("https://cache.julialang.org/ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : WebException
==============================[ ERROR: Sundials ]===============================
LoadError: failed process: Process(`'C:\Windows\System32\WindowsPowerShell\v1.0\powershell' -NoProfile -Command '(new-object net.webclient).DownloadFile("https://cache.julialang.org/https://bintray.com/artifact/download/tkelman/generic/sundials-2.5.0.7z", "C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\downloads\sundials-2.5.0.7z")'`, ProcessExited(1)) [1]
while loading C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\build.jl, in expression starting on line 37
================================================================================
INFO: Building Conda
INFO: Building SymEngine
INFO: Building WinRPM
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_42.2/repodata/repomd.xml
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_42.2/repodata/repomd.xml
INFO: Building EzXML
INFO: Packages to update: zlib1, libxml2-2
INFO: Downloading: zlib1
INFO: Extracting: zlib1
INFO: Downloading: libxml2-2
INFO: Extracting: libxml2-2
INFO: Complete
INFO: Building Blosc
INFO: Building HDF5
INFO: Updating WinRPM package list
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_42.2/repodata/repomd.xml
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_42.2/repodata/repomd.xml

================================[ BUILD ERRORS ]================================
WARNING: Sundials had build errors.
- packages with build errors remain installed in C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5
- build the package(s) and all dependencies with `Pkg.build("Sundials")`
- build a single package by running its `deps/build.jl` script
================================================================================
```julia
Pkg.build("Sundials")
```
INFO: Building Sundials
INFO: Attempting to Create directory C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\downloads
INFO: Directory C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\downloads already created
INFO: Downloading file https://cache.julialang.org/https://bintray.com/artifact/download/tkelman/generic/sundials-2.5.0.7z
Exception calling "DownloadFile" with "2" argument(s): "The request was aborted: Could not create SSL/TLS secure
channel."
At line:1 char:1
+ (new-object net.webclient).DownloadFile("https://cache.julialang.org/ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : WebException
==============================[ ERROR: Sundials ]===============================
LoadError: failed process: Process(`'C:\Windows\System32\WindowsPowerShell\v1.0\powershell' -NoProfile -Command '(new-object net.webclient).DownloadFile("https://cache.julialang.org/https://bintray.com/artifact/download/tkelman/generic/sundials-2.5.0.7z", "C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\downloads\sundials-2.5.0.7z")'`, ProcessExited(1)) [1]
while loading C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5\Sundials\deps\build.jl, in expression starting on line 37
================================================================================
================================[ BUILD ERRORS ]================================
WARNING: Sundials had build errors.
- packages with build errors remain installed in C:\Users\miguel\AppData\Local\JuliaPro-0.5.1.1\pkgs-0.5.1.1\v0.5
- build the package(s) and all dependencies with `Pkg.build("Sundials")`
- build a single package by running its `deps/build.jl` script
================================================================================
```julia
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment