# Julia 1.3.1 cannot automatically install

**URL:** https://discourse.julialang.org/t/julia-1-3-1-cannot-automatically-install/33869
**Category:** Tooling
**Created:** [January 27, 2020, 6:28pm UTC](https://discourse.julialang.org/t/julia-1-3-1-cannot-automatically-install/33869 "2020-01-27T18:28:14Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![staticfloat](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/staticfloat/32/34_2.png) [@staticfloat](https://discourse.julialang.org/u/staticfloat)
#### Post date: [January 28, 2020, 6:13am UTC](https://discourse.julialang.org/t/julia-1-3-1-cannot-automatically-install/33869/4 "2020-01-28T06:13:31Z")

</div>

@rvignolo what does the following say for you:

```julia
using Pkg
Pkg.PlatformEngines.probe_platform_engines!(; verbose=true)
mktempdir() do dir
    url = "https://github.com/JuliaBinaryWrappers/Expat_jll.jl/releases/download/Expat-v2.2.7+0/Expat.v2.2.7.x86_64-w64-mingw32.tar.gz"
    Pkg.PlatformEngines.download(url, joinpath(dir, "test.tar.gz"); verbose=true)
end

```

---

_[View the full topic](https://discourse.julialang.org/t/julia-1-3-1-cannot-automatically-install/33869)._
